Uses of Interface
org.jdesktop.swingx.search.Searchable
-
Packages that use Searchable 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 -
-
Uses of Searchable in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement Searchable Modifier and Type Class Description class
JXEditorPane.DocumentSearchable
Fields in org.jdesktop.swingx declared as Searchable Modifier and Type Field Description protected Searchable
JXFindPanel. searchable
protected Searchable
JXTable. searchable
property to control search behaviour.Methods in org.jdesktop.swingx that return Searchable Modifier and Type Method Description Searchable
JXEditorPane. getSearchable()
Searchable
JXList. getSearchable()
Searchable
JXTable. getSearchable()
Searchable
JXTree. getSearchable()
Methods in org.jdesktop.swingx with parameters of type Searchable Modifier and Type Method Description void
JXEditorPane. setSearchable(Searchable searchable)
sets the Searchable for this editor.void
JXFindBar. setSearchable(Searchable searchable)
void
JXFindPanel. setSearchable(Searchable searchable)
Sets the Searchable targeted of this find widget.void
JXList. setSearchable(Searchable searchable)
sets the Searchable for this editor.void
JXTable. setSearchable(Searchable searchable)
sets the Searchable for this editor.void
JXTree. setSearchable(Searchable searchable)
sets the Searchable for this editor.Constructors in org.jdesktop.swingx with parameters of type Searchable Constructor Description JXFindBar(Searchable searchable)
JXFindPanel(Searchable searchable)
-
Uses of Searchable in org.jdesktop.swingx.search
Classes in org.jdesktop.swingx.search that implement Searchable Modifier and Type Class 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.Methods in org.jdesktop.swingx.search with parameters of type Searchable Modifier and Type Method 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.
-