Uses of Interface
org.eclipse.jdt.core.ITypeHierarchy

Packages that use ITypeHierarchy
org.eclipse.jdt.core   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.hierarchy   
 

Uses of ITypeHierarchy in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return ITypeHierarchy
 ITypeHierarchy IType.loadTypeHierachy(java.io.InputStream input, IProgressMonitor monitor)
          Loads a previously saved ITypeHierarchy from an input stream.
 ITypeHierarchy IType.newSupertypeHierarchy(ICompilationUnit[] workingCopies, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the given working copies.
 ITypeHierarchy IType.newSupertypeHierarchy(IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type and all of its supertypes.
 ITypeHierarchy IType.newSupertypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated. Use IType.newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
 ITypeHierarchy IType.newSupertypeHierarchy(WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the working copies with the given owner.
 ITypeHierarchy IType.newTypeHierarchy(ICompilationUnit[] workingCopies, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the given working copies.
 ITypeHierarchy IType.newTypeHierarchy(IJavaProject project, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project.
 ITypeHierarchy IType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project, considering types in the working copies with the given owner.
 ITypeHierarchy IType.newTypeHierarchy(IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace.
 ITypeHierarchy IJavaProject.newTypeHierarchy(IRegion region, IProgressMonitor monitor)
          Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region.
 ITypeHierarchy IJavaProject.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
static ITypeHierarchy JavaCore.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
 ITypeHierarchy IJavaProject.newTypeHierarchy(IType type, IRegion region, IProgressMonitor monitor)
          Creates and returns a type hierarchy for the given type considering subtypes in the specified region.
 ITypeHierarchy IJavaProject.newTypeHierarchy(IType type, IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner.
 ITypeHierarchy IType.newTypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated. Use IType.newTypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
 ITypeHierarchy IType.newTypeHierarchy(WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the working copies with the given owner.
 

Methods in org.eclipse.jdt.core with parameters of type ITypeHierarchy
 void ITypeHierarchyChangedListener.typeHierarchyChanged(ITypeHierarchy typeHierarchy)
          Notifies that the given type hierarchy has changed in some way and should be refreshed at some point to make it consistent with the current state of the Java model.
 

Uses of ITypeHierarchy in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core that return ITypeHierarchy
 ITypeHierarchy CreateTypeHierarchyOperation.getResult()
          Returns the generated type hierarchy.
 ITypeHierarchy SourceType.loadTypeHierachy(java.io.InputStream input, IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.loadTypeHierachy(java.io.InputStream input, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.loadTypeHierachy(java.io.InputStream input, WorkingCopyOwner owner, IProgressMonitor monitor)
          NOTE: This method is not part of the API has it is not clear clients would easily use it: they would need to first make sure all working copies for the given owner exist before calling it.
 ITypeHierarchy BinaryType.loadTypeHierachy(java.io.InputStream input, WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newSupertypeHierarchy(ICompilationUnit[] workingCopies, IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newSupertypeHierarchy(ICompilationUnit[] workingCopies, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newSupertypeHierarchy(IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newSupertypeHierarchy(IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newSupertypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated.  
 ITypeHierarchy BinaryType.newSupertypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated.  
 ITypeHierarchy SourceType.newSupertypeHierarchy(WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newSupertypeHierarchy(WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newTypeHierarchy(ICompilationUnit[] workingCopies, IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newTypeHierarchy(ICompilationUnit[] workingCopies, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newTypeHierarchy(IJavaProject project, IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newTypeHierarchy(IJavaProject project, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newTypeHierarchy(IJavaProject project, WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newTypeHierarchy(IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newTypeHierarchy(IProgressMonitor monitor)
          Deprecated.  
 ITypeHierarchy JavaProject.newTypeHierarchy(IRegion region, IProgressMonitor monitor)
           
 ITypeHierarchy JavaProject.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy JavaProject.newTypeHierarchy(IType type, IRegion region, IProgressMonitor monitor)
           
 ITypeHierarchy JavaProject.newTypeHierarchy(IType type, IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy SourceType.newTypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated.  
 ITypeHierarchy BinaryType.newTypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated.  
 ITypeHierarchy SourceType.newTypeHierarchy(WorkingCopyOwner owner, IProgressMonitor monitor)
           
 ITypeHierarchy BinaryType.newTypeHierarchy(WorkingCopyOwner owner, IProgressMonitor monitor)
           
 

Uses of ITypeHierarchy in org.eclipse.jdt.internal.core.hierarchy
 

Classes in org.eclipse.jdt.internal.core.hierarchy that implement ITypeHierarchy
 class RegionBasedTypeHierarchy
           
 class TypeHierarchy
           
 

Methods in org.eclipse.jdt.internal.core.hierarchy that return ITypeHierarchy
static ITypeHierarchy TypeHierarchy.load(IType type, java.io.InputStream input, WorkingCopyOwner owner)