Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.common.intern.action |
CAction s and supporting classes that are not intended for clients
to be used directly. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractButtonContentFilter
An abstract implementation of
ButtonContentFilter implementing all methods except
the filter algorithm itself. |
Modifier and Type | Field and Description |
---|---|
static ButtonContentFilter |
ButtonContentFilter.ALWAYS
A filter whose
showText(Dockable, DockAction) method always returns true . |
static ButtonContentFilter |
ButtonContentFilter.NEVER
A filter whose
showText(Dockable, DockAction) method always returns false . |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<ButtonContentFilter> |
DockAction.BUTTON_CONTENT_FILTER
The
ButtonContentFilter decides whether text is shown on buttons that represent DockAction s. |
Modifier and Type | Method and Description |
---|---|
void |
ButtonContentFilterListener.showTextChanged(ButtonContentFilter filter,
Dockable dockable,
DockAction action)
Informs this listener that the result of
showText(Dockable, DockAction)
changed. |
Modifier and Type | Class and Description |
---|---|
class |
CButtonContentFilter
This
ButtonContentFilter searches for CDecorateableAction s and decides
whether their text is shown |