| Package | Description |
|---|---|
| bibliothek.gui.dock.action |
The components dealing with the logic of
DockActions. |
| 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 DockActions. |
| 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. |
Copyright © 2017 Docking Frames. All rights reserved.