Class ToggleExtendedModeAction
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.impl.wm.actions.ToggleExtendedModeAction
- All Implemented Interfaces:
AnAction
,SelectableAction
- Author:
- Abdulin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.platform.api.action_system.BaseAction
getPresentation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.platform.api.action_system.AnAction
getKeyboardShortcut, getPresentation, isEnabled, isVisible, update
-
Constructor Details
-
ToggleExtendedModeAction
-
-
Method Details
-
getId
-
getParentId
- Specified by:
getParentId
in interfaceAnAction
-
getLayout
-
actionPerformed
- Specified by:
actionPerformed
in interfaceAnAction
-
isSelected
public boolean isSelected()- Specified by:
isSelected
in interfaceSelectableAction
-
setSelected
public void setSelected(boolean selected) - Specified by:
setSelected
in interfaceSelectableAction
-