Uses of Class
bibliothek.gui.dock.common.intern.action.CDropDownItem
Packages that use CDropDownItem
Package
Description
Contains different
DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables.A set of more complex actions that can be directly used.
CActions and supporting classes that are not intended for clients
to be used directly.-
Uses of CDropDownItem in bibliothek.gui.dock.common.action
Subclasses of CDropDownItem in bibliothek.gui.dock.common.actionModifier and TypeClassDescriptionclassA simple button, the user clicks onto the button andCButton.action()is called.classAn action which behaves like aJCheckBox.classAn action which behaves like aJRadioButton.
SeveralCRadioButtons can be added to aCRadioGroup, only oneCRadioButtonof such a group will be selected. -
Uses of CDropDownItem in bibliothek.gui.dock.common.action.predefined
Subclasses of CDropDownItem in bibliothek.gui.dock.common.action.predefinedModifier and TypeClassDescriptionclassAn action that can close anyCDockableby callingCDockable.setVisible(boolean).classAn action whichexternalizeseachCDockableto which is is added.classclassclassAn action thatnormalizeseachCDockableto which it is added.classAn action that un-externalizes (=normalizes) eachCDockableto which it is added.classAn action which externalizes eachCDockableto which is is added. -
Uses of CDropDownItem in bibliothek.gui.dock.common.intern.action
Subclasses of CDropDownItem in bibliothek.gui.dock.common.intern.actionModifier and TypeClassDescriptionclassThis action is intended to change theExtendedModeof aCDockableby callingCDockable.setExtendedMode(ExtendedMode).classCSelectableAction<A extends CommonSelectableAction>An action which is either selected or deselected.