Package | Description |
---|---|
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Method and Description |
---|---|
DefaultTabContentFilter.Behavior |
DefaultTabContentFilter.getDeselected()
Gets the behavior that is applied to unselected elements.
|
DefaultTabContentFilter.Behavior |
DefaultTabContentFilter.getSelected()
Gets the behavior that is applied to selected elements.
|
static DefaultTabContentFilter.Behavior |
DefaultTabContentFilter.Behavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultTabContentFilter.Behavior[] |
DefaultTabContentFilter.Behavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTabContentFilter.setDeselected(DefaultTabContentFilter.Behavior deselected)
Sets the behavior that should be applied on an unselected element.
|
void |
DefaultTabContentFilter.setSelected(DefaultTabContentFilter.Behavior selected)
Sets the behavior that should be applied on a selected element.
|
Constructor and Description |
---|
DefaultTabContentFilter(DefaultTabContentFilter.Behavior behavior)
Creates a new filter.
|
DefaultTabContentFilter(DefaultTabContentFilter.Behavior selected,
DefaultTabContentFilter.Behavior deselected)
Creates a new filter.
|