Uses of Interface
org.jdesktop.swingx.renderer.IconValue
Packages that use IconValue
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 implementation of renderers used by JXTable, JXTreeTable and related classes.
-
Uses of IconValue in org.jdesktop.swingx
Constructors in org.jdesktop.swingx with parameters of type IconValueModifierConstructorDescriptionDelegatingRenderer
(TreeCellRenderer delegate, IconValue iv, StringValue sv) Instantiates a DelegatingRenderer with the given delegate.DelegatingRenderer
(IconValue iv, StringValue sv) -
Uses of IconValue in org.jdesktop.swingx.renderer
Classes in org.jdesktop.swingx.renderer that implement IconValueModifier and TypeClassDescriptionclass
Compound implementation of XXValue.static class
MappedValue wrapper of type UIResource to tag LAF installed converters.Fields in org.jdesktop.swingx.renderer declared as IconValueModifier and TypeFieldDescriptionstatic final IconValue
IconValues.FILE_ICON
AnIconValue
that presents the current LaF icon for a given file.static final IconValue
IconValues.ICON
Returns the value as Icon if possible or null.protected IconValue
ComponentProvider.iconValue
static final IconValue
IconValues.NONE
Always NULL_ICON.Methods in org.jdesktop.swingx.renderer with parameters of type IconValueConstructors in org.jdesktop.swingx.renderer with parameters of type IconValueModifierConstructorDescriptionDefaultListRenderer
(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 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.Instantiates a default tree renderer with the default wrapping provider, using the given IconValue for customizing the icons.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.MappedValue
(StringValue stringDelegate, IconValue iconDelegate) MappedValue
(StringValue stringDelegate, IconValue iconDelegate, BooleanValue booleanDelegate) MappedValueUIResource
(StringValue stringDelegate, IconValue iconDelegate) MappedValueUIResource
(StringValue stringDelegate, IconValue iconDelegate, BooleanValue booleanDelegate) WrappingProvider
(IconValue iconValue) Instantiates a WrappingProvider with default wrappee.WrappingProvider
(IconValue iv, ComponentProvider<?> delegate, boolean unwrapUserObject) Instantiates a WrappingProvider with the given delegate provider for the node content and unwrapUserObject property.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.