Package bibliothek.gui.dock.common.action

Class Summary
CAction A CAction is associated with one CDockable, allowing the user to perform actions which are somehow connected to that CDockable.
CButton A simple button, the user clicks onto the button and CButton.action() is called.
CCheckBox An action which behaves like a JCheckBox.
CDropDownButton A dropdown-button, the last action which was selected by the user will be marked graphically.
CMenu A collection of CActions which are shown in a menu.
CPanelPopup This action shows some kind of popup (for example a JDialog) filled with any content the client likes.
CRadioButton An action which behaves like a JRadioButton.
CRadioGroup A group of CRadioButtons, only one button of the group is selected.
 

Enum Summary
CPanelPopup.ButtonBehavior When the popup should show up if the action is displayed as button.
CPanelPopup.MenuBehavior Tells how a CPanelPopup behaves if it is a child of a menu.