Java Doc for RegionBasedTypeHierarchy.java in  » IDE-Eclipse » jdt » org » eclipse » jdt » internal » core » hierarchy » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » jdt » org.eclipse.jdt.internal.core.hierarchy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
      org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy

RegionBasedTypeHierarchy
public class RegionBasedTypeHierarchy extends TypeHierarchy (Code)


Field Summary
protected  IRegionregion
    

Constructor Summary
public  RegionBasedTypeHierarchy(IRegion region, ICompilationUnit[] workingCopies, IType type, boolean computeSubtypes)
     Creates a TypeHierarchy on the types in the specified region, considering first the given working copies, using the projects in the given region for a name lookup context.

Method Summary
protected  voidcompute()
     Compute this type hierarchy.
protected  voidinitializeRegions()
    
protected  booleanisAffectedByOpenable(IJavaElementDelta delta, IJavaElement element)
    
public  IJavaProjectjavaProject()
     Returns the java project this hierarchy was created in.
public  voidpruneDeadBranches()
    
protected  voidremoveType(IType type)
     Removes all the subtypes of the given type from the type hierarchy, removes its superclass entry and removes the references from its super types.

Field Detail
region
protected IRegion region(Code)
The region of types for which to build the hierarchy




Constructor Detail
RegionBasedTypeHierarchy
public RegionBasedTypeHierarchy(IRegion region, ICompilationUnit[] workingCopies, IType type, boolean computeSubtypes)(Code)
Creates a TypeHierarchy on the types in the specified region, considering first the given working copies, using the projects in the given region for a name lookup context. If a specific type is also specified, the type hierarchy is pruned to only contain the branch including the specified type.




Method Detail
compute
protected void compute() throws JavaModelException, CoreException(Code)
Compute this type hierarchy.



initializeRegions
protected void initializeRegions()(Code)



isAffectedByOpenable
protected boolean isAffectedByOpenable(IJavaElementDelta delta, IJavaElement element)(Code)



javaProject
public IJavaProject javaProject()(Code)
Returns the java project this hierarchy was created in.



pruneDeadBranches
public void pruneDeadBranches()(Code)



removeType
protected void removeType(IType type)(Code)
Removes all the subtypes of the given type from the type hierarchy, removes its superclass entry and removes the references from its super types.



Fields inherited from org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
final static byte CLASS(Code)(Java Doc)
final static byte COMPUTED_FOR(Code)(Java Doc)
final static byte COMPUTE_SUBTYPES(Code)(Java Doc)
public static boolean DEBUG(Code)(Java Doc)
final static byte INTERFACE(Code)(Java Doc)
final static byte[] NO_FLAGS(Code)(Java Doc)
final protected static IType[] NO_TYPE(Code)(Java Doc)
final static byte ROOT(Code)(Java Doc)
final static byte SEPARATOR1(Code)(Java Doc)
final static byte SEPARATOR2(Code)(Java Doc)
final static byte SEPARATOR3(Code)(Java Doc)
final static byte SEPARATOR4(Code)(Java Doc)
final static int SIZE(Code)(Java Doc)
final static byte VERSION(Code)(Java Doc)
protected ChangeCollector changeCollector(Code)(Java Doc)
protected ArrayList changeListeners(Code)(Java Doc)
protected Map classToSuperclass(Code)(Java Doc)
protected boolean computeSubtypes(Code)(Java Doc)
public Map files(Code)(Java Doc)
protected IType focusType(Code)(Java Doc)
protected ArrayList interfaces(Code)(Java Doc)
public ArrayList missingTypes(Code)(Java Doc)
public boolean needsRefresh(Code)(Java Doc)
protected Region packageRegion(Code)(Java Doc)
protected IProgressMonitor progressMonitor(Code)(Java Doc)
protected IJavaProject project(Code)(Java Doc)
protected Region projectRegion(Code)(Java Doc)
protected TypeVector rootClasses(Code)(Java Doc)
IJavaSearchScope scope(Code)(Java Doc)
protected Map typeFlags(Code)(Java Doc)
protected Map typeToSubtypes(Code)(Java Doc)
protected Map typeToSuperInterfaces(Code)(Java Doc)
protected ICompilationUnit[] workingCopies(Code)(Java Doc)

Methods inherited from org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
protected void addInterface(IType type)(Code)(Java Doc)
protected void addRootClass(IType type)(Code)(Java Doc)
protected void addSubtype(IType type, IType subtype)(Code)(Java Doc)
public synchronized void addTypeHierarchyChangedListener(ITypeHierarchyChangedListener listener)(Code)(Java Doc)
public void cacheFlags(IType type, int flags)(Code)(Java Doc)
protected void cacheSuperInterfaces(IType type, IType[] superinterfaces)(Code)(Java Doc)
protected void cacheSuperclass(IType type, IType superclass)(Code)(Java Doc)
protected void checkCanceled()(Code)(Java Doc)
protected void compute() throws JavaModelException, CoreException(Code)(Java Doc)
public boolean contains(IType type)(Code)(Java Doc)
public void elementChanged(ElementChangedEvent event)(Code)(Java Doc)
public boolean exists()(Code)(Java Doc)
public void fireChange()(Code)(Java Doc)
public IType[] getAllClasses()(Code)(Java Doc)
public IType[] getAllInterfaces()(Code)(Java Doc)
public IType[] getAllSubtypes(IType type)(Code)(Java Doc)
public IType[] getAllSuperInterfaces(IType type)(Code)(Java Doc)
public IType[] getAllSuperclasses(IType type)(Code)(Java Doc)
public IType[] getAllSupertypes(IType type)(Code)(Java Doc)
public IType[] getAllTypes()(Code)(Java Doc)
public int getCachedFlags(IType type)(Code)(Java Doc)
public IType[] getExtendingInterfaces(IType type)(Code)(Java Doc)
public IType[] getImplementingClasses(IType type)(Code)(Java Doc)
public IType[] getRootClasses()(Code)(Java Doc)
public IType[] getRootInterfaces()(Code)(Java Doc)
public IType[] getSubclasses(IType type)(Code)(Java Doc)
public IType[] getSubtypes(IType type)(Code)(Java Doc)
public IType[] getSuperInterfaces(IType type)(Code)(Java Doc)
public IType getSuperclass(IType type)(Code)(Java Doc)
public IType[] getSupertypes(IType type)(Code)(Java Doc)
public IType getType()(Code)(Java Doc)
protected IType[] growAndAddToArray(IType[] array, IType[] additions)(Code)(Java Doc)
protected IType[] growAndAddToArray(IType[] array, IType addition)(Code)(Java Doc)
public boolean hasFineGrainChanges()(Code)(Java Doc)
boolean hasSupertype(String simpleName)(Code)(Java Doc)
boolean includesTypeOrSupertype(IType type)(Code)(Java Doc)
protected void initialize(int size)(Code)(Java Doc)
protected void initializeRegions()(Code)(Java Doc)
public synchronized boolean isAffected(IJavaElementDelta delta)(Code)(Java Doc)
protected boolean isAffectedByOpenable(IJavaElementDelta delta, IJavaElement element)(Code)(Java Doc)
public IJavaProject javaProject()(Code)(Java Doc)
public static ITypeHierarchy load(IType type, InputStream input, WorkingCopyOwner owner) throws JavaModelException(Code)(Java Doc)
protected boolean packageRegionContainsSamePackageFragment(PackageFragment element)(Code)(Java Doc)
protected static byte[] readUntil(InputStream input, byte separator) throws JavaModelException, IOException(Code)(Java Doc)
protected static byte[] readUntil(InputStream input, byte separator, int offset) throws IOException, JavaModelException(Code)(Java Doc)
public synchronized void refresh(IProgressMonitor monitor) throws JavaModelException(Code)(Java Doc)
public synchronized void removeTypeHierarchyChangedListener(ITypeHierarchyChangedListener listener)(Code)(Java Doc)
public void store(OutputStream output, IProgressMonitor monitor) throws JavaModelException(Code)(Java Doc)
boolean subtypesIncludeSupertypeOf(IType type)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
protected void worked(int work)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.