Package | Description |
---|---|
bibliothek.gui.dock.station.flap.button |
Contains the
ButtonContentFilter , which
allows clients to decide which DockAction s to show
on a FlapDockStation . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractButtonContentCondition
This abstract implementation of a
ButtonContentCondition adds itself as DockableListener to any
Dockable that is installed. |
Modifier and Type | Field and Description |
---|---|
static ButtonContentCondition |
ButtonContent.FALSE
A
ButtonContentCondition that is always false |
static ButtonContentCondition |
ButtonContent.IF_DOCKABLE
|
static ButtonContentCondition |
ButtonContent.IF_STATION
|
static ButtonContentCondition |
ButtonContent.NOT_IF_ICON
|
static ButtonContentCondition |
ButtonContent.NOT_IF_TEXT
|
static ButtonContentCondition |
ButtonContent.THEME
A
ButtonContentCondition that always returns the value a DockTheme would choose |
static ButtonContentCondition |
ButtonContent.TRUE
A
ButtonContentCondition that is always true |
Modifier and Type | Method and Description |
---|---|
ButtonContentCondition |
ButtonContent.getActions()
Gets the condition that decides the property for
ButtonContent.showActions(Dockable, boolean) |
ButtonContentCondition |
ButtonContent.getChildren()
Gets the condition that decides the property for
ButtonContent.showChildren(Dockable, boolean) |
ButtonContentCondition |
ButtonContent.getFilterActions()
Gets the condition that decides the property for
ButtonContent.filterActions(Dockable, boolean) |
ButtonContentCondition |
ButtonContent.getIcon()
Gets the condition that decides the property for
ButtonContent.showIcon(Dockable, boolean) |
ButtonContentCondition |
ButtonContent.getKnob()
Gets the condition that decides the property for
ButtonContent.showKnob(Dockable, boolean) |
ButtonContentCondition |
ButtonContent.getText()
Gets the condition that decides the property for
ButtonContent.showText(Dockable, boolean) |
Constructor and Description |
---|
ButtonContent(ButtonContentCondition knob,
ButtonContentCondition icon,
ButtonContentCondition text,
ButtonContentCondition children,
ButtonContentCondition actions,
ButtonContentCondition filterActions)
Creates a new set of properties.
|