Class PastePageObjectAction
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.action.PastePageObjectAction
- All Implemented Interfaces:
AnAction
- Author:
- a.petrov
-
Constructor Summary
ConstructorsConstructorDescriptionPastePageObjectAction
(Clipboard clipboard, FileEditorManager fileEditorManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(AnActionEvent event) getId()
javafx.scene.input.KeyCombination
Горячие клавишиboolean
isEnabled
(AnActionEvent event) Methods inherited from class ru.cg.webbpm.studio.platform.api.action_system.BaseAction
getPresentation
-
Constructor Details
-
PastePageObjectAction
-
-
Method Details
-
getId
-
getParentId
-
getLayout
-
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
-
isEnabled
-
actionPerformed
-