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.