Class CButtonContentFilter
java.lang.Object
bibliothek.gui.dock.action.AbstractButtonContentFilter
bibliothek.gui.dock.common.intern.action.CButtonContentFilter
- All Implemented Interfaces:
ButtonContentFilter
This
ButtonContentFilter searches for CDecorateableActions and decides
whether their text is shown- Author:
- Benjamin Sigg
-
Field Summary
Fields inherited from interface bibliothek.gui.dock.action.ButtonContentFilter
ALWAYS, NEVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinstalled(DockAction action) booleanshowText(Dockable dockable, DockAction action) protected voiduninstalled(DockAction action) Methods inherited from class bibliothek.gui.dock.action.AbstractButtonContentFilter
addListener, fire, install, installed, removeListener, uninstall, uninstalled
-
Constructor Details
-
CButtonContentFilter
public CButtonContentFilter()
-
-
Method Details
-
showText
-
installed
- Overrides:
installedin classAbstractButtonContentFilter
-
uninstalled
- Overrides:
uninstalledin classAbstractButtonContentFilter
-