Class 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 Summary

      Fields 
      Modifier and TypeFieldDescription
      static java.lang.StringID
      The ID, same as class name.
    • Constructor Summary

      Constructors 
      ConstructorDescription
      Move()
      Constructor.
    • Field Detail

    • Constructor Detail

      • Move

        public Move()
        Constructor.
    • Method Detail

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