Class BaseActionGroup
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.api.action_system.BaseActionGroup
- All Implemented Interfaces:
AnAction
,AnActionGroup
- Direct Known Subclasses:
DefaultActionGroup
,FileActionGroup
,HelpActionGroup
,NewFileActionGroup
,RunActionGroup
,VersionControlActionGroup
,ViewActionGroup
- Author:
- Abdulin
-
Constructor Summary
ConstructorsConstructorDescriptionBaseActionGroup
(String text) BaseActionGroup
(String text, javafx.scene.image.Image icon) -
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
actionPerformed, getId, getKeyboardShortcut, getLayout, getParentId, getPresentation, isEnabled, isVisible, update
-
Constructor Details
-
BaseActionGroup
public BaseActionGroup() -
BaseActionGroup
-
BaseActionGroup
-
-
Method Details
-
add
- Specified by:
add
in interfaceAnActionGroup
-
remove
- Specified by:
remove
in interfaceAnActionGroup
-
removeAll
public void removeAll()- Specified by:
removeAll
in interfaceAnActionGroup
-
getChildren
- Specified by:
getChildren
in interfaceAnActionGroup
-
getSortedChildren
- Specified by:
getSortedChildren
in interfaceAnActionGroup
-