Uses of Class
com.jidesoft.swing.Searchable

Packages that use Searchable
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
com.jidesoft.swing.event The package contains events for components under com.jidesoft.swing package for JIDE Common Layer. 
 

Uses of Searchable in com.jidesoft.swing
 

Subclasses of Searchable in com.jidesoft.swing
 class ComboBoxSearchable
          ComboBoxSearchable is an concrete implementation of Searchable that enables the search function in non-editable JComboBox.
 class ListSearchable
          ListSearchable is an concrete implementation of Searchable that enables the search function in JList.
 class TableSearchable
          TableSearchable is an concrete implementation of Searchable that enables the search function in JTable.
 class TextComponentSearchable
          TextComponentSearchable is an concrete implementation of Searchable that enables the search function in JTextComponent.
 class TreeSearchable
          TreeSearchable is an concrete implementation of Searchable that enables the search function in JTree.
 

Methods in com.jidesoft.swing that return Searchable
 Searchable SearchableBar.getSearchable()
          Gets the underlying Searchable object.
 Searchable AutoCompletion.getSearchable()
          Gets the underlying Searchable.
static Searchable Searchable.getSearchable(JComponent component)
          Gets the Searchable installed on the component.
 

Methods in com.jidesoft.swing with parameters of type Searchable
static SearchableBar SearchableBar.install(Searchable searchable, KeyStroke keyStroke, SearchableBar.Installer installer)
          Installs a SearchableBar on a component.
static void SearchableUtils.uninstallSearchable(Searchable searchable)
           
 

Constructors in com.jidesoft.swing with parameters of type Searchable
AutoCompletion(JComboBox comboBox, Searchable searchable)
           
AutoCompletion(JTextComponent textComponent, Searchable searchable)
           
SearchableBar(Searchable searchable)
          Creates a searchable bar.
SearchableBar(Searchable searchable, boolean compact)
          Creates a searchable bar in compact mode or full mode.
SearchableBar(Searchable searchable, String initialText, boolean compact)
          Creates a searchable bar with initial searching text and in compact mode or full mode.
 

Uses of Searchable in com.jidesoft.swing.event
 

Methods in com.jidesoft.swing.event that return Searchable
 Searchable SearchableEvent.getSearchable()
          Returns the originator of the event.
 

Constructors in com.jidesoft.swing.event with parameters of type Searchable
SearchableEvent(Searchable source, int id)
          Creates a SearchableEvent.
 



Copyright © 2013. All Rights Reserved.