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

Packages that use ButtonDockAction
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes.
The actions in this package will create views, which show Icons, text, tooltips and other gimmicks. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
bibliothek.gui.dock.themes.basic.action.dropdown Handlers taking various kinds of DockAction and presenting them as DropDownViewItem in order to display them as children of a DropDownAction 
bibliothek.gui.dock.themes.basic.action.menu Handlers taking various kinds of DockAction and presenting them as MenuViewItem in order to display the actions in a menu. 
 

Uses of ButtonDockAction in bibliothek.gui
 

Classes in bibliothek.gui that implement ButtonDockAction
 class DockFrontend.Hider
          An object which is action and ActionGuard at the same time.
 

Uses of ButtonDockAction in bibliothek.gui.dock.action
 

Fields in bibliothek.gui.dock.action with type parameters of type ButtonDockAction
static ActionType<ButtonDockAction> ActionType.BUTTON
          The action behaves like a button: it can be triggered, some action happens, and the original state is reestablished.
 

Uses of ButtonDockAction in bibliothek.gui.dock.action.actions
 

Classes in bibliothek.gui.dock.action.actions that implement ButtonDockAction
 class GroupedButtonDockAction<K>
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
 class SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
 

Uses of ButtonDockAction in bibliothek.gui.dock.station.screen
 

Classes in bibliothek.gui.dock.station.screen that implement ButtonDockAction
 class ScreenFullscreenAction
          This DockAction is mainly used by the ScreenDockStation to allow it's children to go into fullscreen-mode.
 

Uses of ButtonDockAction in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement ButtonDockAction
 class SplitFullScreenAction
          This DockAction is mainly used by the SplitDockStation to allow it's children to get in fullscreen-mode.
 

Uses of ButtonDockAction in bibliothek.gui.dock.themes.basic.action
 

Constructors in bibliothek.gui.dock.themes.basic.action with parameters of type ButtonDockAction
BasicButtonHandler(ButtonDockAction action, Dockable dockable)
          Creates the new handler.
 

Uses of ButtonDockAction in bibliothek.gui.dock.themes.basic.action.dropdown
 

Constructors in bibliothek.gui.dock.themes.basic.action.dropdown with parameters of type ButtonDockAction
ButtonDropDownHandler(ButtonDockAction action, Dockable dockable, JMenuItem item)
          Creates a new handler.
 

Uses of ButtonDockAction in bibliothek.gui.dock.themes.basic.action.menu
 

Constructors in bibliothek.gui.dock.themes.basic.action.menu with parameters of type ButtonDockAction
ButtonMenuHandler(ButtonDockAction action, Dockable dockable)
          Creates a new handler.