org.eclipse.cdt.internal.ui.typehierarchy
Class TypeHierarchyUI
java.lang.Object
org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI
public class TypeHierarchyUI
- extends java.lang.Object
Method Summary |
static org.eclipse.cdt.core.model.ICElement[] |
getInput(org.eclipse.ui.texteditor.ITextEditor editor,
org.eclipse.jface.text.IRegion region)
|
static boolean |
isValidInput(org.eclipse.cdt.core.dom.ast.IBinding binding)
|
static boolean |
isValidInput(org.eclipse.cdt.core.model.ICElement elem)
|
static boolean |
isValidTypeInput(org.eclipse.cdt.core.dom.ast.IBinding binding)
|
static boolean |
isValidTypeInput(org.eclipse.cdt.core.model.ICElement elem)
|
static THViewPart |
open(org.eclipse.cdt.core.model.ICElement input,
org.eclipse.ui.IWorkbenchWindow window)
|
static void |
open(org.eclipse.ui.texteditor.ITextEditor editor,
org.eclipse.jface.text.ITextSelection sel)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeHierarchyUI
public TypeHierarchyUI()
open
public static THViewPart open(org.eclipse.cdt.core.model.ICElement input,
org.eclipse.ui.IWorkbenchWindow window)
getInput
public static org.eclipse.cdt.core.model.ICElement[] getInput(org.eclipse.ui.texteditor.ITextEditor editor,
org.eclipse.jface.text.IRegion region)
open
public static void open(org.eclipse.ui.texteditor.ITextEditor editor,
org.eclipse.jface.text.ITextSelection sel)
isValidInput
public static boolean isValidInput(org.eclipse.cdt.core.dom.ast.IBinding binding)
isValidTypeInput
public static boolean isValidTypeInput(org.eclipse.cdt.core.dom.ast.IBinding binding)
isValidInput
public static boolean isValidInput(org.eclipse.cdt.core.model.ICElement elem)
isValidTypeInput
public static boolean isValidTypeInput(org.eclipse.cdt.core.model.ICElement elem)