CheckBoxProvider(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,
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.
|
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.
|
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(StringValue sv) |
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) |
|
WrappingProvider(IconValue iconValue,
StringValue wrappeeStringValue) |
Instantiates a WrappingProvider with default wrappee.
|
WrappingProvider(StringValue wrappeeStringValue) |
Instantiates a WrappingProvider with default wrappee configured
with the given StringValue.
|