Uses of Interface
org.jdesktop.swingx.sort.StringValueProvider
-
Packages that use StringValueProvider Package Description org.jdesktop.swingx.sort -
-
Uses of StringValueProvider in org.jdesktop.swingx.sort
Classes in org.jdesktop.swingx.sort that implement StringValueProvider Modifier and Type Class Description classStringValueRegistryA writable implemenation of StringValueProvider.Methods in org.jdesktop.swingx.sort that return StringValueProvider Modifier and Type Method Description StringValueProviderDefaultSortController. getStringValueProvider()Returns the registry of string values.StringValueProviderSortController. getStringValueProvider()Returns the StringValueProvider used to look up StringValues.Methods in org.jdesktop.swingx.sort with parameters of type StringValueProvider Modifier and Type Method Description voidDefaultSortController. setStringValueProvider(StringValueProvider registry)Sets the registry of string values.voidSortController. setStringValueProvider(StringValueProvider provider)Sets the StringValueProvider to look up the StringValues.
-