Uses of Interface
org.jdesktop.swingx.search.Searchable
Packages that use Searchable
Package
Description
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 SearchableModifier and TypeClassDescriptionclassASearchableimplementation forDocuments.Fields in org.jdesktop.swingx declared as SearchableModifier and TypeFieldDescriptionprotected SearchableJXFindPanel.searchableprotected SearchableJXTable.searchableproperty to control search behaviour.Methods in org.jdesktop.swingx that return SearchableModifier and TypeMethodDescriptionJXEditorPane.getSearchable()JXList.getSearchable()Returns a Searchable for this component, guaranteed to be not null.JXTable.getSearchable()Returns a Searchable for this component, guaranteed to be not null.JXTree.getSearchable()Returns a Searchable for this component, guaranteed to be not null.Methods in org.jdesktop.swingx with parameters of type SearchableModifier and TypeMethodDescriptionvoidJXEditorPane.setSearchable(Searchable searchable) sets the Searchable for this editor.voidJXFindBar.setSearchable(Searchable searchable) voidJXFindPanel.setSearchable(Searchable searchable) Sets the Searchable targeted of this find widget.voidJXList.setSearchable(Searchable searchable) Sets the Searchable for this component.voidJXTable.setSearchable(Searchable searchable) Sets the Searchable for this table.voidJXTree.setSearchable(Searchable searchable) Sets the Searchable for this component.Constructors in org.jdesktop.swingx with parameters of type SearchableModifierConstructorDescriptionJXFindBar(Searchable searchable) JXFindPanel(Searchable searchable) Construct search panel targeted to specificSearchablecomponent. -
Uses of Searchable in org.jdesktop.swingx.search
Classes in org.jdesktop.swingx.search that implement SearchableModifier and TypeClassDescriptionclassAn abstract implementation of Searchable supporting incremental search.classclassAn Searchable implementation for use in JXTable.classA searchable targetting the visible rows of a JXTree.Methods in org.jdesktop.swingx.search with parameters of type SearchableModifier and TypeMethodDescriptionbooleanSearchFactory.isUseFindBar(JComponent target, Searchable searchable) Returns decision about using a batch- vs. incremental-find for the searchable.voidSearchFactory.showFindBar(JComponent target, Searchable searchable) Show a incremental-find widget targeted at the searchable.voidSearchFactory.showFindDialog(JComponent target, Searchable searchable) Show a batch-find widget targeted at the given Searchable.voidSearchFactory.showFindInput(JComponent target, Searchable searchable) Shows an appropriate find widget targeted at the searchable.