Class Move

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.iizigo.handler.CommonHandler
com.iizigo.handler.Move
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class Move extends CommonHandler
The Move property handler.
Author:
Christopher Mindus
  • Field Details

  • Constructor Details

    • Move

      public Move()
      Constructor.
  • Method Details

    • getInstance

      public static Move getInstance()
      Gets the instance of the handler.
    • create

      public static org.eclipse.ui.menus.CommandContributionItem create(org.eclipse.ui.services.IServiceLocator serviceLocator, ImageRegistry ir)
      Creates the Command Contribution item.
    • setEnabled

      protected void setEnabled(SelectionEnabler se)
      Sets the enabled state for the selection.
      Specified by:
      setEnabled in class CommonHandler
    • doExecute

      protected void doExecute()
      Performs the operation.
      Specified by:
      doExecute in class CommonHandler