Class RunDeployAction
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.subsystems.deploy.impl.action.RunDeployAction
- All Implemented Interfaces:
AnAction
- Author:
- Abdulin
-
Constructor Summary
ConstructorsConstructorDescriptionRunDeployAction
(DeployManager deployManager, FileBasedIndex fileBasedIndex, ExecutableServer executableServer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getId()
javafx.scene.input.KeyCombination
Горячие клавишиboolean
Methods inherited from class ru.cg.webbpm.studio.platform.api.action_system.BaseAction
getPresentation
-
Constructor Details
-
RunDeployAction
@Autowired public RunDeployAction(DeployManager deployManager, FileBasedIndex fileBasedIndex, ExecutableServer executableServer)
-
-
Method Details
-
getId
-
getParentId
-
getLayout
-
actionPerformed
-
isEnabled
-
getKeyboardShortcut
public javafx.scene.input.KeyCombination getKeyboardShortcut()Description copied from interface:AnAction
Горячие клавиши- Returns:
- к примеру SHORTCUT+C это Cmd+C для OS X и Ctrl+C для Windows
- See Also:
-
KeyCombination
-