Class VersionControlActionGroup
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.api.action_system.BaseActionGroup
ru.cg.webbpm.studio.subsystems.git.ui.actions.VersionControlActionGroup
- All Implemented Interfaces:
AnAction
,AnActionGroup
,GitReadyListener
@Component
public class VersionControlActionGroup
extends BaseActionGroup
implements GitReadyListener
- Author:
- Abdulin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(AnActionEvent event) getId()
boolean
isEnabled
(AnActionEvent event) void
ready
(boolean isReady) Methods inherited from class ru.cg.webbpm.studio.platform.api.action_system.BaseActionGroup
add, getChildren, getSortedChildren, remove, removeAll
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, isVisible, update
-
Constructor Details
-
VersionControlActionGroup
-
-
Method Details
-
getId
-
getParentId
- Specified by:
getParentId
in interfaceAnAction
-
getLayout
-
actionPerformed
- Specified by:
actionPerformed
in interfaceAnAction
-
isEnabled
-
ready
public void ready(boolean isReady) - Specified by:
ready
in interfaceGitReadyListener
-