java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.action.ReloadChangesAction
All Implemented Interfaces:
AnAction

@Component public class ReloadChangesAction extends BaseAction
Author:
Abdulin
  • Constructor Details

    • ReloadChangesAction

      @Autowired public ReloadChangesAction(HotswapManager HotswapManager)
  • 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 e)
    • isEnabled

      public boolean isEnabled(AnActionEvent e)