Class ShowPropertiesHandler

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

    public class ShowPropertiesHandler
    extends org.eclipse.core.commands.AbstractHandler
    Show properties view handler.
    See Also:
    IV8ContextConstants.COMMAND_SHOW_PROPERTIES
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String HANDLER_ID  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object execute​(org.eclipse.core.commands.ExecutionEvent event)  
      static void run​(org.eclipse.ui.IWorkbenchPartSite site)
      Opens properties viewer from a workbench part site
      • Methods inherited from class org.eclipse.core.commands.AbstractHandler

        addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
      • Methods inherited from class org.eclipse.core.commands.common.EventManager

        addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
    • Constructor Detail

      • ShowPropertiesHandler

        public ShowPropertiesHandler()
    • Method Detail

      • execute

        public Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                       throws org.eclipse.core.commands.ExecutionException
        Throws:
        org.eclipse.core.commands.ExecutionException
      • run

        public static void run​(org.eclipse.ui.IWorkbenchPartSite site)
        Opens properties viewer from a workbench part site
        Parameters:
        site - workbench part site. Cannot be null