Uses of Class
org.jdesktop.swingx.JXSearchField.SearchMode

Packages that use JXSearchField.SearchMode
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 JXSearchField.SearchMode in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXSearchField.SearchMode
 JXSearchField.SearchMode JXSearchField.getSearchMode()
          Returns the current JXSearchField.SearchMode.
static JXSearchField.SearchMode JXSearchField.SearchMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JXSearchField.SearchMode[] JXSearchField.SearchMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jdesktop.swingx with parameters of type JXSearchField.SearchMode
 void JXSearchField.setSearchMode(JXSearchField.SearchMode searchMode)
          Sets the current search mode.
 



Copyright © 2010. All Rights Reserved.