|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Searchable | |
|---|---|
| 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 | |
| Uses of Searchable in org.jdesktop.swingx |
|---|
| Classes in org.jdesktop.swingx that implement Searchable | |
|---|---|
class |
JXEditorPane.DocumentSearchable
A Searchable implementation for Documents. |
| Fields in org.jdesktop.swingx declared as Searchable | |
|---|---|
protected Searchable |
JXTable.searchable
property to control search behaviour. |
protected Searchable |
JXFindPanel.searchable
|
| Methods in org.jdesktop.swingx that return Searchable | |
|---|---|
Searchable |
JXTree.getSearchable()
Returns a Searchable for this component, guaranteed to be not null. |
Searchable |
JXTable.getSearchable()
Returns a Searchable for this component, guaranteed to be not null. |
Searchable |
JXList.getSearchable()
Returns a Searchable for this component, guaranteed to be not null. |
Searchable |
JXEditorPane.getSearchable()
|
| Methods in org.jdesktop.swingx with parameters of type Searchable | |
|---|---|
void |
JXTree.setSearchable(Searchable searchable)
Sets the Searchable for this component. |
void |
JXTable.setSearchable(Searchable searchable)
Sets the Searchable for this table. |
void |
JXList.setSearchable(Searchable searchable)
Sets the Searchable for this component. |
void |
JXFindPanel.setSearchable(Searchable searchable)
Sets the Searchable targeted of this find widget. |
void |
JXFindBar.setSearchable(Searchable searchable)
|
void |
JXEditorPane.setSearchable(Searchable searchable)
sets the Searchable for this editor. |
| Constructors in org.jdesktop.swingx with parameters of type Searchable | |
|---|---|
JXFindBar(Searchable searchable)
|
|
JXFindPanel(Searchable searchable)
Construct search panel targeted to specific Searchable component. |
|
| Uses of Searchable in org.jdesktop.swingx.search |
|---|
| Classes in org.jdesktop.swingx.search that implement Searchable | |
|---|---|
class |
AbstractSearchable
An abstract implementation of Searchable supporting incremental search. |
class |
ListSearchable
|
class |
TableSearchable
An Searchable implementation for use in JXTable. |
class |
TreeSearchable
A searchable targetting the visible rows of a JXTree. |
| Methods in org.jdesktop.swingx.search with parameters of type Searchable | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||