|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.common.action.CAction
bibliothek.gui.dock.common.intern.action.CDecorateableAction
bibliothek.gui.dock.common.intern.action.CDropDownItem
bibliothek.gui.dock.common.intern.action.CExtendedModeAction
@FrameworkOnly public class CExtendedModeAction
This action is intended to change the ExtendedMode
of a
CDockable
by calling CDockable.setExtendedMode(ExtendedMode)
.
Constructor Summary | |
---|---|
protected |
CExtendedModeAction(CControl control,
ExtendedMode mode,
String iconKey,
String textKey,
String tooltipKey,
PropertyKey<KeyStroke> gotoStroke)
Creates a new action. |
Method Summary | |
---|---|
void |
action(CDockable dockable)
This method actually changes the ExtendedMode of dockable
to the mode that was given to this action in the constructor. |
protected boolean |
checkTrigger(KeyEvent event)
Checks whether this action is able to trigger this action. |
protected DockController |
getController()
Gets the controller from which this action currently reads its content. |
protected void |
setController(DockController controller)
Exchanges all the properties such that they are read from controller |
Methods inherited from class bibliothek.gui.dock.common.intern.action.CDropDownItem |
---|
init, isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected |
Methods inherited from class bibliothek.gui.dock.common.intern.action.CDecorateableAction |
---|
getAccelerator, getDisabledIcon, getIcon, getText, getTooltip, init, isEnabled, setAccelerator, setDisabledIcon, setEnabled, setIcon, setText, setTooltip |
Methods inherited from class bibliothek.gui.dock.common.action.CAction |
---|
init, intern |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CExtendedModeAction(CControl control, ExtendedMode mode, String iconKey, String textKey, String tooltipKey, PropertyKey<KeyStroke> gotoStroke)
control
- the control for which this action will be usedmode
- the mode into which this action leadsiconKey
- the key of the icon when searching in the IconManager
textKey
- the key for the text of this action when searching the TextManager
tooltipKey
- the key for the tooltip of this action when searching the TextManager
gotoStroke
- the key to the KeyStroke
that triggers this actionMethod Detail |
---|
protected void setController(DockController controller)
controller
controller
- the controller from which to read properties, or null
protected DockController getController()
null
protected boolean checkTrigger(KeyEvent event)
event
- an event that matches the accelerator of this action
true
if this action really is triggeredpublic void action(CDockable dockable)
ExtendedMode
of dockable
to the mode that was given to this action in the constructor. Every
triggering of this action will finally call this method, so this method
is the optimal point to be overridden and modified.
dockable
- the element for which the action is executed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |