Class BuildProjectAction
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.impl.wm.actions.BuildProjectAction
- All Implemented Interfaces:
AnAction
,PlatformModeChangeListener
- Author:
- Abdulin Ildar
-
Constructor Summary
ConstructorsConstructorDescriptionBuildProjectAction
(BuildExManager buildExManager, PlatformModeService platformModeService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getId()
javafx.scene.input.KeyCombination
Горячие клавишиvoid
modeChanged
(PlatformMode mode) Methods inherited from class ru.cg.webbpm.studio.platform.api.action_system.BaseAction
getPresentation
-
Constructor Details
-
BuildProjectAction
@Autowired public BuildProjectAction(BuildExManager buildExManager, PlatformModeService platformModeService)
-
-
Method Details
-
getId
-
getParentId
- Specified by:
getParentId
in interfaceAnAction
-
getLayout
-
getKeyboardShortcut
public javafx.scene.input.KeyCombination getKeyboardShortcut()Description copied from interface:AnAction
Горячие клавиши- Specified by:
getKeyboardShortcut
in interfaceAnAction
- Returns:
- к примеру SHORTCUT+C это Cmd+C для OS X и Ctrl+C для Windows
- See Also:
-
KeyCombination
-
actionPerformed
- Specified by:
actionPerformed
in interfaceAnAction
-
modeChanged
- Specified by:
modeChanged
in interfacePlatformModeChangeListener
-