java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.impl.file_editor.actions.CloseAction
All Implemented Interfaces:
AnAction

@Component public class CloseAction extends BaseAction
Author:
Abdulin
  • Field Details

  • 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
    • actionPerformed

      public void actionPerformed(AnActionEvent event)