Package bibliothek.gui.dock.common.action
package bibliothek.gui.dock.common.action
Contains different
DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables.-
ClassDescriptionA simple button, the user clicks onto the button and
CButton.action()is called.An action which behaves like aJCheckBox.A dropdown-button, the last action which was selected by the user will be marked graphically.This factory is responsible for creating aCActionthat is shown on aCDockablewhich isCDockable.isCloseable().A collection ofCActions which are shown in a menu.This action shows some kind of popup (for example aJDialog) filled with any content the client likes.When the popup should show up if the action is displayed as button.Tells how aCPanelPopupbehaves if it is a child of a menu.An action which behaves like aJRadioButton.
SeveralCRadioButtons can be added to aCRadioGroup, only oneCRadioButtonof such a group will be selected.A group ofCRadioButtons, only one button of the group is selected.Represents a line separating some groups ofCActions.