Class ShowAndroidSubsystemTagHierarchyHandler

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

    public class ShowAndroidSubsystemTagHierarchyHandler
    extends org.eclipse.core.commands.AbstractHandler
    A menu handler for the Android subsystem tag hierarchy
    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 a prompt to enter a graph element address to show
      • 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

      • ShowAndroidSubsystemTagHierarchyHandler

        public ShowAndroidSubsystemTagHierarchyHandler()
    • Method Detail

      • execute

        public java.lang.Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                                 throws org.eclipse.core.commands.ExecutionException
        Opens a prompt to enter a graph element address to show
        Throws:
        org.eclipse.core.commands.ExecutionException