Package bibliothek.gui.dock.facile.action

Some DockActions used by Common.

See:
          Description

Class Summary
CloseAction This action shows an icon for "close".
KeyedActionSource An action source using CDockable.getAction(String) to determine which action to use.
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 at the same time.
 

Package bibliothek.gui.dock.facile.action Description

Some DockActions used by Common.