Uses of Class
bibliothek.gui.dock.station.flap.button.ButtonContent

Packages that use ButtonContent
bibliothek.extension.gui.dock.preference.model A set of PreferenceModels that show properties of this framework. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.flap.button Contains the ButtonContentFilter, which allows clients to decide which DockActions to show on a FlapDockStation
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
 

Uses of ButtonContent in bibliothek.extension.gui.dock.preference.model
 

Methods in bibliothek.extension.gui.dock.preference.model that return ButtonContent
 ButtonContent ButtonContentPreferenceModel.getContent()
          Gets the currently selected ButtonContent.
 

Methods in bibliothek.extension.gui.dock.preference.model with parameters of type ButtonContent
 void ButtonContentPreferenceModel.setContent(ButtonContent content)
          Sets the property that should be shown.
 

Uses of ButtonContent in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type ButtonContent
static PropertyKey<ButtonContent> FlapDockStation.BUTTON_CONTENT
          Key for all DockThemes, tells the theme what content on the buttons should be visible.
 

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

Fields in bibliothek.gui.dock.station.flap.button declared as ButtonContent
static ButtonContent ButtonContent.ICON_ACTIONS
          Only the icon and the actions are painted.
static ButtonContent ButtonContent.ICON_AND_TEXT_ACTIONS
          Icon, title text and actions are painted.
static ButtonContent ButtonContent.ICON_AND_TEXT_ONLY
          Only the icon and the title text are painted.
static ButtonContent ButtonContent.ICON_ONLY
          Only the icon is painted.
static ButtonContent ButtonContent.ICON_THEN_TEXT_ACTIONS
          The icon, or if not present the title text, and the actions are painted.
static ButtonContent ButtonContent.ICON_THEN_TEXT_ONLY
          The icon, or if not present the title text, is painted.
static ButtonContent ButtonContent.TEXT_ACTIONS
          Only the title text and the actions are painted.
static ButtonContent ButtonContent.TEXT_ONLY
          Only the title text is painted.
static ButtonContent ButtonContent.TEXT_THEN_ICON_ACTIONS
          The title text, or if not present the icon, and the actions are painted.
static ButtonContent ButtonContent.TEXT_THEN_ICON_ONLY
          The title text, or if not present the icon, is painted.
static ButtonContent ButtonContent.THEME_DEPENDENT
          the look and feel completely depends on the current DockTheme.
 

Methods in bibliothek.gui.dock.station.flap.button with parameters of type ButtonContent
 void ButtonContentListener.changed(ButtonContent content, Dockable dockable)
          Called if any property of dockable changed such that a property of content may have changed.
 void AbstractButtonContentCondition.install(Dockable dockable, ButtonContent content)
           
 void ButtonContentCondition.install(Dockable dockable, ButtonContent content)
          Informs this ButtonContentCondition that dockable has to be monitored for changes.
 void AbstractButtonContentCondition.uninstall(Dockable dockable, ButtonContent content)
           
 void ButtonContentCondition.uninstall(Dockable dockable, ButtonContent content)
          Informs this ButtonContentCondition that dockable no longer has to be monitored
 

Uses of ButtonContent in bibliothek.gui.dock.themes.basic.action.buttons
 

Methods in bibliothek.gui.dock.themes.basic.action.buttons with parameters of type ButtonContent
 void ButtonContentValue.changed(ButtonContent content, Dockable dockable)
           
protected  void ButtonContentValue.valueChanged(ButtonContent oldValue, ButtonContent newValue)
           
 

Constructors in bibliothek.gui.dock.themes.basic.action.buttons with parameters of type ButtonContent
ButtonContentValue(ButtonContent theme)
          Creates a new wrapper