Uses of Class
org.jdesktop.swingx.JXFindPanel
-
Packages that use JXFindPanel 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 JXFindPanel in org.jdesktop.swingx
Subclasses of JXFindPanel in org.jdesktop.swingx Modifier and Type Class Description classJXFindBarA simple low-intrusion default widget for incremental search. -
Uses of JXFindPanel in org.jdesktop.swingx.search
Fields in org.jdesktop.swingx.search declared as JXFindPanel Modifier and Type Field Description protected JXFindPanelSearchFactory. findPanelthe shared find widget for batch-find.Methods in org.jdesktop.swingx.search that return JXFindPanel Modifier and Type Method Description JXFindPanelSearchFactory. createFindPanel()Factory method to create a JXFindPanel.JXFindPanelSearchFactory. getSharedFindPanel()Returns the shared JXFindPanel.
-