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

Packages that use ButtonDockAction
bibliothek.gui   
bibliothek.gui.dock.action   
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.station.split   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.dropdown   
bibliothek.gui.dock.themes.basic.action.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 CloseAction
          This action shows an icon for "close".
 class GroupedButtonDockAction<K>
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
 class RenameAction
          This DockAction can change the title-text of a Dockable.
static class RenameAction.RenameDefaultDockable
          An implementation of RenameAction that can handle DefaultDockables.
static class RenameAction.RenameFlapDockStation
          An implementation of RenameAction that can handle FlapDockStations.
static class RenameAction.RenameSplitDockStation
          An implementation of RenameAction that can handle SplitDockStations.
static class RenameAction.RenameStackDockStation
          An implementation of RenameAction that can handle StackDockStations.
 class ReplaceAction
          A DockAction that can replace a DockStation by it's only child.
 class SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
 

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.