Package | Description |
---|---|
org.jdesktop.swingx.renderer |
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MappedValue
Compound implementation of XXValue.
|
Modifier and Type | Field and Description |
---|---|
static IconValue |
IconValues.FILE_ICON
An
IconValue that presents the current L&F icon for a given file. |
static IconValue |
IconValues.ICON
Returns the value as Icon if possible or null.
|
static IconValue |
IconValue.ICON
Deprecated.
Use
IconValues.ICON instead |
static IconValue |
IconValues.NONE
Always NULL_ICON.
|
static IconValue |
IconValue.NONE
Deprecated.
Use
IconValues.NONE instead |
Constructor and Description |
---|
DefaultTreeRenderer(IconValue iv)
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) |
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.
|