Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.search |
Modifier and Type | Class and Description |
---|---|
class |
JXEditorPane.DocumentSearchable |
Modifier and Type | Field and Description |
---|---|
protected Searchable |
JXTable.searchable
property to control search behaviour.
|
protected Searchable |
JXFindPanel.searchable |
Modifier and Type | Method and Description |
---|---|
Searchable |
JXTable.getSearchable() |
Searchable |
JXList.getSearchable() |
Searchable |
JXEditorPane.getSearchable() |
Searchable |
JXTree.getSearchable()
Returns a Searchable for this component, guaranteed to be not null.
|
Modifier and Type | Method and Description |
---|---|
void |
JXTable.setSearchable(Searchable searchable)
sets the Searchable for this editor.
|
void |
JXFindPanel.setSearchable(Searchable searchable)
Sets the Searchable targeted of this find widget.
|
void |
JXFindBar.setSearchable(Searchable searchable) |
void |
JXList.setSearchable(Searchable searchable)
sets the Searchable for this editor.
|
void |
JXEditorPane.setSearchable(Searchable searchable)
sets the Searchable for this editor.
|
void |
JXTree.setSearchable(Searchable searchable)
Sets the Searchable for this component.
|
Constructor and Description |
---|
JXFindBar(Searchable searchable) |
JXFindPanel(Searchable searchable) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchable
An abstract implementation of Searchable supporting
incremental search.
|
class |
ListSearchable |
class |
TableSearchable |
class |
TreeSearchable
A searchable targetting the visible rows of a JXTree.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SearchFactory.isUseFindBar(javax.swing.JComponent target,
Searchable searchable)
Returns decision about using a batch- vs.
|
void |
SearchFactory.showFindBar(javax.swing.JComponent target,
Searchable searchable)
Show a incremental-find widget targeted at the searchable.
|
void |
SearchFactory.showFindDialog(javax.swing.JComponent target,
Searchable searchable)
Show a batch-find widget targeted at the given Searchable.
|
void |
SearchFactory.showFindInput(javax.swing.JComponent target,
Searchable searchable)
Shows an appropriate find widget targeted at the searchable.
|