Uses of Class
bibliothek.gui.dock.common.intern.action.CDecorateableAction
Packages that use CDecorateableAction
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 CDecorateableAction in bibliothek.gui.dock.common.action
Subclasses of CDecorateableAction 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.classA dropdown-button, the last action which was selected by the user will be marked graphically.classA collection ofCActions which are shown in a menu.classThis action shows some kind of popup (for example aJDialog) filled with any content the client likes.classAn action which behaves like aJRadioButton.
SeveralCRadioButtons can be added to aCRadioGroup, only oneCRadioButtonof such a group will be selected. -
Uses of CDecorateableAction in bibliothek.gui.dock.common.action.predefined
Subclasses of CDecorateableAction 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 CDecorateableAction in bibliothek.gui.dock.common.intern.action
Subclasses of CDecorateableAction in bibliothek.gui.dock.common.intern.actionModifier and TypeClassDescriptionclassCDropDownItem<A extends CommonDropDownItem>An action which can be child of a dropdown-menu.classThis action is intended to change theExtendedModeof aCDockableby callingCDockable.setExtendedMode(ExtendedMode).classCSelectableAction<A extends CommonSelectableAction>An action which is either selected or deselected.Methods in bibliothek.gui.dock.common.intern.action with parameters of type CDecorateableActionModifier and TypeMethodDescriptionvoidCDecorateableActionListener.showTextOnButtonsChanged(CDecorateableAction<? extends DockAction> action) Called if the result ofisShowTextOnButtons()changed.