Class OpenImplementationAction

All Implemented Interfaces:
IAction, ISelectionChangedListener

public class OpenImplementationAction extends SelectionDispatchAction
The action allows to open the implementation for a method or a type in its hierarchy.

The action is applicable to selections containing elements of type IMethod or IType.

Since:
3.6
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • OpenImplementationAction

      protected OpenImplementationAction(IWorkbenchSite site)
      Creates an OpenImplementationAction.
      Parameters:
      site - the workbench site
    • OpenImplementationAction

      public OpenImplementationAction(org.eclipse.jdt.internal.ui.javaeditor.JavaEditor editor)
      Creates an OpenImplementationAction. Note: This constructor is for internal use only. Clients should not call this constructor.
      Parameters:
      editor - the editor
      Restriction:
      This constructor is not intended to be referenced by clients.
  • Method Details