Package bibliothek.gui.dock.facile.action

Class Summary
CloseAction This action shows an icon for "close".
RenameAction This DockAction can change the title-text of a Dockable.
RenameAction.RenameDefaultDockable An implementation of RenameAction that can handle DefaultDockables.
RenameAction.RenameFlapDockStation An implementation of RenameAction that can handle FlapDockStations.
RenameAction.RenameSplitDockStation An implementation of RenameAction that can handle SplitDockStations.
RenameAction.RenameStackDockStation An implementation of RenameAction that can handle StackDockStations.
RenameActionFactory A factory creating RenameActions for a DockController.
ReplaceAction A DockAction that can replace a DockStation by it's only child.
ReplaceActionGuard An ActionGuard that adds a ReplaceAction to all elements that are Dockable and DockStation.
StateManager A manager that can minimize/normalize/maximize and externalize a Dockable.
minimized: the element is child of a FlapDockStation maximized: the element is child of a SplitDockStation, and in fullscreen-mode externalized: the element is child of ScreenDockStation normalized: everything else
StateManager.Location Describes the location of a Dockable.
StateManager.LocationConverter A transformer to read or write StateManager.Locations.
StateManager.StateManagerSetting<B> A set of properties used to store the contents of a StateManager