Class Link

  • All Implemented Interfaces:
    org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

    public class Link
    extends CommonHandler
    The Link 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
      Link()
      Constructor.
    • Field Detail

      • ID

        public static final java.lang.String ID
        The ID, same as class name.
    • Constructor Detail

      • Link

        public Link()
        Constructor.
    • Method Detail

      • getInstance

        public static Link 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.