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

@Component public class PastePageObjectAction extends BaseAction
Author:
a.petrov
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getParentId

      public String getParentId()
    • getLayout

      public ActionLayout 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

      public boolean isEnabled(AnActionEvent event)
    • actionPerformed

      public void actionPerformed(AnActionEvent event)