Class OpenPermissionUsageViewHandler

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

    public class OpenPermissionUsageViewHandler
    extends org.eclipse.core.commands.AbstractHandler
    A menu selection handler for opening the preferences page
    Author:
    Ben Holland
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(org.eclipse.core.commands.ExecutionEvent event)
      Opens the permission usage view
      • Methods inherited from class org.eclipse.core.commands.AbstractHandler

        addHandlerListener, dispose, isEnabled, isHandled, removeHandlerListener, setEnabled
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenPermissionUsageViewHandler

        public OpenPermissionUsageViewHandler()
    • Method Detail

      • execute

        public java.lang.Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                                 throws org.eclipse.core.commands.ExecutionException
        Opens the permission usage view
        Throws:
        org.eclipse.core.commands.ExecutionException