Uses of Class
org.jdesktop.swingx.sort.StringValueRegistry
Packages that use StringValueRegistry
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 StringValueRegistry in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as StringValueRegistryModifier and TypeFieldDescriptionprivate StringValueRegistryJXComboBox.stringValueRegistryprivate StringValueRegistryJXList.stringValueRegistryprivate StringValueRegistryJXTable.stringValueRegistryRegistry of per-cell string representation.Methods in org.jdesktop.swingx that return StringValueRegistryModifier and TypeMethodDescriptionprotected StringValueRegistryJXComboBox.createDefaultStringValueRegistry()Creates and returns the default registry for StringValues.protected StringValueRegistryJXList.createDefaultStringValueRegistry()Creates and returns the default registry for StringValues.protected StringValueRegistryJXTable.createDefaultStringValueRegistry()Creates and returns the default registry for StringValues.protected StringValueRegistryJXComboBox.getStringValueRegistry()Returns the StringValueRegistry which defines the string representation for each cells.protected StringValueRegistryJXList.getStringValueRegistry()Returns the StringValueRegistry which defines the string representation for each cells.protected StringValueRegistryJXTable.getStringValueRegistry()Returns the StringValueRegistry which defines the string representation for each cells.