Uses of Interface
bibliothek.gui.dock.action.ButtonContentFilter

Packages that use ButtonContentFilter
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
 

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.
 

Uses of ButtonContentFilter in bibliothek.gui.dock.common.intern.action
 

Classes in bibliothek.gui.dock.common.intern.action that implement ButtonContentFilter
 class CButtonContentFilter
          This ButtonContentFilter searches for CDecorateableActions and decides whether their text is shown