|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonContentFilter | |
|---|---|
| bibliothek.gui.dock.action | The components dealing with the logic of DockActions. |
| Uses of ButtonContentFilter in bibliothek.gui.dock.action |
|---|
| Classes in bibliothek.gui.dock.action that implement ButtonContentFilter | |
|---|---|
class |
AbstractButtonContentFilter
An abstract implementation of ButtonContentFilter implementing all methods except
the filter algorithm itself. |
| Fields in bibliothek.gui.dock.action declared as ButtonContentFilter | |
|---|---|
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. |
| Fields in bibliothek.gui.dock.action with type parameters of type ButtonContentFilter | |
|---|---|
static PropertyKey<ButtonContentFilter> |
DockAction.BUTTON_CONTENT_FILTER
The ButtonContentFilter decides whether text is shown on buttons that represent DockActions. |
| Methods in bibliothek.gui.dock.action with parameters of type ButtonContentFilter | |
|---|---|
void |
ButtonContentFilterListener.showTextChanged(ButtonContentFilter filter,
Dockable dockable,
DockAction action)
Informs this listener that the result of showText(Dockable, DockAction)
changed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||