Uses of Class
org.jdesktop.swingx.sort.StringValueRegistry
-
Packages that use StringValueRegistry 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 StringValueRegistry in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return StringValueRegistry Modifier and Type Method Description protected StringValueRegistry
JXList. createDefaultStringValueRegistry()
Creates and returns the default registry for StringValues.protected StringValueRegistry
JXTable. createDefaultStringValueRegistry()
Creates and returns the default registry for StringValues.protected StringValueRegistry
JXList. getStringValueRegistry()
Returns the StringValueRegistry which defines the string representation for each cells.protected StringValueRegistry
JXTable. getStringValueRegistry()
Returns the StringValueRegistry which defines the string representation for each cells.
-