Uses of Interface
org.jdesktop.swingx.renderer.StringValue
Packages that use StringValue
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.
Contains API used to implement coordinated sorting, filtering
and highlighting of the extended Swing cell-rendering component
classes JXTable, JXTreeTable, JXTree, and JXList.
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
-
Uses of StringValue in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement StringValueModifier and TypeClassDescriptionclass
A decorator for the original TreeCellRenderer.Constructors in org.jdesktop.swingx with parameters of type StringValueModifierConstructorDescriptionDelegatingRenderer
(TreeCellRenderer delegate, IconValue iv, StringValue sv) Instantiates a DelegatingRenderer with the given delegate.DelegatingRenderer
(IconValue iv, StringValue sv) -
Uses of StringValue in org.jdesktop.swingx.decorator
Methods in org.jdesktop.swingx.decorator that return StringValueModifier and TypeMethodDescriptionToolTipHighlighter.getToolTipValue()
Returns the StringValue used for decoration.Methods in org.jdesktop.swingx.decorator with parameters of type StringValueModifier and TypeMethodDescriptionvoid
ToolTipHighlighter.setToolTipValue
(StringValue toolTipValue) Sets the StringValue used for decoration.Constructors in org.jdesktop.swingx.decorator with parameters of type StringValueModifierConstructorDescriptionToolTipHighlighter
(HighlightPredicate predicate, StringValue toolTipValue) Instantiates a ToolTipHighlighter with the specified HighlightPredicate and StringValue.ToolTipHighlighter
(StringValue toolTipValue) Instantiates a ToolTipHighlighter with the specified StringValue. -
Uses of StringValue in org.jdesktop.swingx.renderer
Classes in org.jdesktop.swingx.renderer that implement StringValueModifier and TypeClassDescriptionclass
Convenience common ancestor for SwingX renderers.class
Adapter to glue SwingX renderer support to core API.class
Adapter to glue SwingX renderer support to core api.class
Adapter to glue SwingX renderer support to core api which implements TreeCellRendererclass
Base type forFormat
-backedStringValue
.class
A StringValue which looks up localized String representations for objects.class
Compound implementation of XXValue.static class
MappedValue wrapper of type UIResource to tag LAF installed converters.static class
StringValue wrapper of type UIResource to tag LAF installed converters.Fields in org.jdesktop.swingx.renderer declared as StringValueModifier and TypeFieldDescriptionstatic final StringValue
StringValues.EMPTY
AStringValue
that always presents an empty string.static final StringValue
StringValues.EMPTY_UI
static final StringValue
StringValues.FILE_NAME
AStringValue
that presents the current LaF display name for a given file.static final StringValue
StringValues.FILE_TYPE
AStringValue
that presents the current LaF type name for a given file.protected StringValue
ComponentProvider.stringValue
the converter to use for string representation.static final StringValue
StringValues.TO_STRING
AStringValue
that presents atoString
value for the given object.static final StringValue
StringValues.TO_STRING_UI
Methods in org.jdesktop.swingx.renderer that return StringValueModifier and TypeMethodDescriptionComponentProvider.getStringValue()
Returns the StringValue to use for obtaining the String representation.Methods in org.jdesktop.swingx.renderer with parameters of type StringValueModifier and TypeMethodDescriptionvoid
ComponentProvider.setStringValue
(StringValue formatter) Sets the StringValue to use.Constructors in org.jdesktop.swingx.renderer with parameters of type StringValueModifierConstructorDescriptionCheckBoxProvider
(StringValue stringValue) Instantiates a CheckBoxProvider with the given StringValue and default alignment.CheckBoxProvider
(StringValue stringValue, int alignment) Instantiates a CheckBoxProvider with the given StringValue and alignment.ComponentProvider
(StringValue converter) Instantiates a component provider with LEADING horizontal alignment and the given converter.ComponentProvider
(StringValue converter, int alignment) Instantiates a LabelProvider with given to-String converter and given horizontal alignment.DefaultListRenderer
(StringValue converter) Instantiates a default table renderer with a default component controller using the given converter.DefaultListRenderer
(StringValue converter, int alignment) Instantiates a default list renderer with a default component controller using the given converter and horizontal alignment.DefaultListRenderer
(StringValue stringValue, IconValue iconValue) Instantiates a default list renderer with default component provider using both converters.DefaultListRenderer
(StringValue stringValue, IconValue iconValue, int alignment) Instantiates a default list renderer with default component provider using both converters and the given alignment.DefaultTableRenderer
(StringValue converter) Instantiates a default table renderer with a default component provider using the given converter.DefaultTableRenderer
(StringValue converter, int alignment) Instantiates a default table renderer with a default component provider using the given converter and horizontal alignment.DefaultTableRenderer
(StringValue stringValue, IconValue iconValue) Intantiates a default table renderer with default component provider using both converters.DefaultTableRenderer
(StringValue stringValue, IconValue iconValue, int alignment) Intantiates a default table renderer with default component provider using both converters and the given alignment.DefaultTreeRenderer
(IconValue iv, StringValue sv) Instantiates a default tree renderer with the default wrapping provider, using the given IconValue for customizing the icons and the given StringValue for node content.DefaultTreeRenderer
(IconValue iv, StringValue sv, boolean unwrapUserObject) Instantiates a default tree renderer with the default wrapping provider, using the given IconValue for customizing the icons and the given StringValue for node content.Instantiates a default tree renderer with a default component provider using the given converter.LabelProvider
(StringValue converter) Instantiates a LabelProvider with the given to-String converter and LEADING horizontal alignment.LabelProvider
(StringValue converter, int alignment) Instantiates a LabelProvider with given to-String converter and given horizontal alignment.MappedValue
(StringValue stringDelegate, IconValue iconDelegate) MappedValue
(StringValue stringDelegate, IconValue iconDelegate, BooleanValue booleanDelegate) MappedValueUIResource
(StringValue stringDelegate, IconValue iconDelegate) MappedValueUIResource
(StringValue stringDelegate, IconValue iconDelegate, BooleanValue booleanDelegate) StringValueUIResource
(StringValue toString) WrappingProvider
(IconValue iconValue, StringValue wrappeeStringValue) Instantiates a WrappingProvider with default wrappee, configured to use the wrappeeStringValue.WrappingProvider
(IconValue iv, StringValue delegateStringValue, boolean unwrapUserObject) Instantiates a WrappingProvider with the given delegate provider for the node content and unwrapUserObject property.WrappingProvider
(StringValue wrappeeStringValue) Instantiates a WrappingProvider with default wrappee configured with the given StringValue. -
Uses of StringValue in org.jdesktop.swingx.sort
Methods in org.jdesktop.swingx.sort that return StringValueModifier and TypeMethodDescriptionStringValueProvider.getStringValue
(int row, int column) Returns a StringValue to use for conversion of the cell content at row and column.StringValueRegistry.getStringValue
(int row, int column) Returns a StringValue to use for conversion of the cell content at row and column.StringValueRegistry.getStringValue
(Class<?> clazz) Returns the StringValue registered for the given class.Methods in org.jdesktop.swingx.sort with parameters of type StringValueModifier and TypeMethodDescriptionvoid
StringValueRegistry.setStringValue
(StringValue sv, int column) Sets a StringValue to use for the given column.void
StringValueRegistry.setStringValue
(StringValue sv, Class<?> clazz) Sets the StringValue to use for the given class.