Package bibliothek.gui.dock.common.action.predefined

A set of more complex actions that can be directly used.

See:
          Description

Class Summary
CBlank An action which is never visible, can be used as placeholder or in cases where an action would normally be required and null would be repalced by a default action.
CCloseAction An action that can close any CDockable in the way that "common" requires.
CExternalizeAction An action which externalizes each CDockable to which is is added.
CMaximizeAction An action that maximizes each CDockable to which it is added.
CMinimizeAction This action minimizes each CDockable to which it is added.
CNormalizeAction An action that normalizes each CDockable to which it is added.
CUnexternalizeAction An action that un-externalizes (=normalizes) each CDockable to which it is added.
CUnmaximizeExternalizedAction An action which externalizes each CDockable to which is is added.
 

Package bibliothek.gui.dock.common.action.predefined Description

A set of more complex actions that can be directly used.