Uses of Class
org.jdesktop.swingx.JXSearchField.SearchMode
-
Packages that use JXSearchField.SearchMode 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. -
-
Uses of JXSearchField.SearchMode in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXSearchField.SearchMode Modifier and Type Method Description JXSearchField.SearchMode
JXSearchField. getSearchMode()
Returns the currentJXSearchField.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 Modifier and Type Method Description void
JXSearchField. setSearchMode(JXSearchField.SearchMode searchMode)
Sets the current search mode.
-