swingx
Version 2005-08-19

Uses of Interface
org.jdesktop.swingx.Searchable

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. 
 

Uses of Searchable in org.jdesktop.swingx
 

Classes in org.jdesktop.swingx that implement Searchable
 class AbstractSearchable
          An abstract implementation of Searchable supporting incremental search.
 class JXEditorPane.DocumentSearchable
           
 class JXList.ListSearchable
           
 class JXTable.TableSearchable
           
 class JXTree.TreeSearchable
          A searchable targetting the visible rows of a JXTree.
 

Fields in org.jdesktop.swingx declared as Searchable
protected  Searchable JXFindPanel.searchable
           
protected  Searchable JXTable.searchable
           
 

Methods in org.jdesktop.swingx that return Searchable
 Searchable JXTable.getSearchable()
           
 Searchable JXTree.getSearchable()
           
 Searchable JXList.getSearchable()
           
 Searchable JXEditorPane.getSearchable()
           
 

Methods in org.jdesktop.swingx with parameters of type Searchable
 boolean SearchFactory.isUseFindBar(JComponent target, Searchable searchable)
          Returns decision about using a batch- vs. incremental-find for the searchable.
 void JXFindPanel.setSearchable(Searchable searchable)
          Sets the Searchable targeted of this find widget.
 void JXTable.setSearchable(Searchable searchable)
          sets the Searchable for this editor.
 void JXFindBar.setSearchable(Searchable searchable)
           
 void JXTree.setSearchable(Searchable searchable)
          sets the Searchable for this editor.
 void JXList.setSearchable(Searchable searchable)
          sets the Searchable for this editor.
 void JXEditorPane.setSearchable(Searchable searchable)
          sets the Searchable for this editor.
 void SearchFactory.showFindBar(JComponent target, Searchable searchable)
          Show a incremental-find widget targeted at the searchable.
 void SearchFactory.showFindDialog(JComponent target, Searchable searchable)
          Show a batch-find widget targeted at the given Searchable.
 void SearchFactory.showFindInput(JComponent target, Searchable searchable)
          Shows an appropriate find widget targeted at the searchable.
 

Constructors in org.jdesktop.swingx with parameters of type Searchable
JXFindBar(Searchable searchable)
           
JXFindPanel(Searchable searchable)
           
 


swingx
Version 2005-08-19