Class CMaximizeAction
java.lang.Object
bibliothek.gui.dock.common.action.CAction
bibliothek.gui.dock.common.intern.action.CDecorateableAction<A>
bibliothek.gui.dock.common.intern.action.CDropDownItem<CExtendedModeAction.Action>
bibliothek.gui.dock.common.intern.action.CExtendedModeAction
bibliothek.gui.dock.common.action.predefined.CMaximizeAction
- Author:
- Benjamin Sigg
-
Nested Class Summary
Nested classes/interfaces inherited from class bibliothek.gui.dock.common.intern.action.CExtendedModeAction
CExtendedModeAction.Action -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckTrigger(KeyEvent event) Checks whether this action is able to trigger this action.protected voidsetController(DockController controller) Exchanges all the properties such that they are read fromcontrollerMethods inherited from class bibliothek.gui.dock.common.intern.action.CExtendedModeAction
action, createAction, getController, initMethods inherited from class bibliothek.gui.dock.common.intern.action.CDropDownItem
isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelectedMethods inherited from class bibliothek.gui.dock.common.intern.action.CDecorateableAction
addDecorateableActionListener, getAccelerator, getDisabledHoverIcon, getDisabledIcon, getDisabledPressedIcon, getHoverIcon, getIcon, getPressedIcon, getText, getTooltip, init, intern, isAcceleratorGlobal, isEnabled, isShowTextOnButtons, removeDecorateableActionListener, setAccelerator, setAcceleratorIsGlobal, setDisabledHoverIcon, setDisabledIcon, setDisabledPressedIcon, setEnabled, setHoverIcon, setIcon, setPressedIcon, setShowTextOnButtons, setText, setTooltip
-
Constructor Details
-
CMaximizeAction
Creates a new action- Parameters:
control- the control for which this action will be used
-
-
Method Details
-
setController
Description copied from class:CExtendedModeActionExchanges all the properties such that they are read fromcontroller- Overrides:
setControllerin classCExtendedModeAction- Parameters:
controller- the controller from which to read properties, ornull
-
checkTrigger
Description copied from class:CExtendedModeActionChecks whether this action is able to trigger this action.- Overrides:
checkTriggerin classCExtendedModeAction- Parameters:
event- an event that matches the accelerator of this action- Returns:
trueif this action really is triggered
-