Uses of Interface
bibliothek.gui.dock.station.flap.button.ButtonContentCondition

Packages that use ButtonContentCondition
bibliothek.gui.dock.station.flap.button Contains the ButtonContentFilter, which allows clients to decide which DockActions to show on a FlapDockStation
 

Uses of ButtonContentCondition in bibliothek.gui.dock.station.flap.button
 

Classes in bibliothek.gui.dock.station.flap.button that implement ButtonContentCondition
 class AbstractButtonContentCondition
          This abstract implementation of a ButtonContentCondition adds itself as DockableListener to any Dockable that is installed.
 

Fields in bibliothek.gui.dock.station.flap.button declared as ButtonContentCondition
static ButtonContentCondition ButtonContent.FALSE
          A ButtonContentCondition that is always false
static ButtonContentCondition ButtonContent.IF_DOCKABLE
          A ButtonContentCondition that returns true if the element is not a DockStation.
static ButtonContentCondition ButtonContent.IF_STATION
          A ButtonContentCondition that returns true if the element is a DockStation.
static ButtonContentCondition ButtonContent.NOT_IF_ICON
          A ButtonContentCondition that returns true if a Dockable does not have an icon.
static ButtonContentCondition ButtonContent.NOT_IF_TEXT
          A ButtonContentCondition that returns true if a Dockable does not have a title text.
static ButtonContentCondition ButtonContent.THEME
          A ButtonContentCondition that always returns the value a DockTheme would choose
static ButtonContentCondition ButtonContent.TRUE
          A ButtonContentCondition that is always true
 

Methods in bibliothek.gui.dock.station.flap.button that return ButtonContentCondition
 ButtonContentCondition ButtonContent.getActions()
          Gets the condition that decides the property for ButtonContent.showActions(Dockable, boolean)
 ButtonContentCondition ButtonContent.getChildren()
          Gets the condition that decides the property for ButtonContent.showChildren(Dockable, boolean)
 ButtonContentCondition ButtonContent.getFilterActions()
          Gets the condition that decides the property for ButtonContent.filterActions(Dockable, boolean)
 ButtonContentCondition ButtonContent.getIcon()
          Gets the condition that decides the property for ButtonContent.showIcon(Dockable, boolean)
 ButtonContentCondition ButtonContent.getKnob()
          Gets the condition that decides the property for ButtonContent.showKnob(Dockable, boolean)
 ButtonContentCondition ButtonContent.getText()
          Gets the condition that decides the property for ButtonContent.showText(Dockable, boolean)
 

Constructors in bibliothek.gui.dock.station.flap.button with parameters of type ButtonContentCondition
ButtonContent(ButtonContentCondition knob, ButtonContentCondition icon, ButtonContentCondition text, ButtonContentCondition children, ButtonContentCondition actions, ButtonContentCondition filterActions)
          Creates a new set of properties.