Class ChangeTaskAction

java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.subsystems.git.ui.actions.ChangeTaskAction
All Implemented Interfaces:
AnAction

@Component public class ChangeTaskAction extends BaseAction
Author:
m.popov
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getParentId

      public String getParentId()
    • getLayout

      public ActionLayout getLayout()
    • actionPerformed

      public void actionPerformed(AnActionEvent event)
    • 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