Java Doc for ITypeManager.java in  » IDE-Netbeans » uml » org » netbeans » modules » uml » core » typemanagement » 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 Netbeans » uml » org.netbeans.modules.uml.core.typemanagement 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.uml.core.typemanagement.ITypeManager

All known Subclasses:   org.netbeans.modules.uml.core.typemanagement.TypeManager,
ITypeManager
public interface ITypeManager (Code)




Method Summary
public  voidaddExternalType(IVersionableElement element)
     Adds an entry to the Type file with information found in the passed in element.
public  voidaddToDeletedIds(String id)
     Adds the passed in ID to the cache of IDs that have been deleted.
public  voidaddType(IVersionableElement element)
     Adds an entry to the Type file with information found in the passed in element.
public  voidaddType(IVersionableElement element, boolean addOnlyIfVersioned, boolean loadAllExternalElements)
     Adds an entry to the Type file with information found in the passed in element.
public  voidaddTypes(ETList<IElement> Elements, boolean addOnlyIfVersioned)
     Adds the passed in elements to the type file.
public  voidclearDeletedIDs()
     Clears the cache of deleted IDs.
public  IStringsgatherExternalFileLocations()
     Retrieves the absolute file locations of externally loaded elements.
public  ETList<IVersionableElement>getAllVersionedElements()
     Retrieves all the elements in the Project this TypeManager is associated with that are directly under version control.
public  INamedElementgetCachedTypeByName(String nameOfType)
     Retrieves the first type that is generally managed by the PickListManager of a particular name.
public  ETList<INamedElement>getCachedTypesByName(String nameOfType)
     Retrieves all the types that are generally managed by the PickListManager of a particular name.
public  IVersionableElementgetElementByID(String xmiID)
     Retrieves the collection of elements with the passed in name.
public  INamedElementgetElementByName(String name)
     Retrieves the element with the passed in name.
public  INamedElementgetElementFromLibrariesByName(String name)
     Retrieves the element with the passed in name by searching the Project's list of referenced libraries.
public  INamedElementgetElementFromLibrariesByNameAndType(String name, String filter)
     Retrieves the element with the passed in name by searching the Project's list of referenced libraries.
public  ETList<INamedElement>getElementsByName(String name)
     Retrieves the collection of elements with the passed in name.
public  ETList<INamedElement>getElementsFromLibrariesByName(String name)
     Retrieves the collection of elements with the passed in name by searching the Project's list of referenced libraries.
public  ETList<INamedElement>getLocalCachedTypesByName(String nameOfType)
     Retrieves the collection of types that are resident in the Project this TypeManager is associated with.
public  IPickListManagergetPickListManager()
     The PickListManager associated with this TypeManager.
public  IProjectgetProject()
     The IProject this TypeManager is monitoring.
public  NodegetRawElementByID(String elementID)
    
public  IProjectgetReferencedLibraryProjectByLocation(String refLibLoc)
     Retrieves the referenced library with the passed in name.
public  ETList<IProject>getReferencedLibraryProjects()
     Retrieves all the referenced libraries associated with the Project this TypeManager manages.
public  IVersionableElementgetVersionedOwner(IVersionableElement childElement)
     Retrieves the owner of childElement that is under version control.
public  voidloadExternalElements()
    
public  voidloadExternalFile(String fileLocation)
     Loads the external elements found in fileLocation into the Project this TypeManager is a part of.
public  voidremoveFromTypeLookup(IVersionableElement element)
     Removes the passed in element from the type resolution portions of the .ettm file, cleaning any references to element throughout the IProject this TypeManager is associated with.
public  voidremoveType(IVersionableElement element)
     Removes the entry that matches the passed in element from the type file.
public  voidsave(String Location)
     Saves the contents of this manager.
public  voidsetPickListManager(IPickListManager value)
     The PickListManager associated with this TypeManager.
public  voidsetProject(IProject value)
     The IProject this TypeManager is monitoring.
public  booleanverifyInMemoryStatus(IVersionableElement element)
     Ensures that the element passed in is properly parented, with immediate parent loaded in memory.



Method Detail
addExternalType
public void addExternalType(IVersionableElement element)(Code)
Adds an entry to the Type file with information found in the passed in element. The element is assumed to be an import element from another Project.



addToDeletedIds
public void addToDeletedIds(String id)(Code)
Adds the passed in ID to the cache of IDs that have been deleted. This prevents type resolution for IDs that have been deleted.



addType
public void addType(IVersionableElement element)(Code)
Adds an entry to the Type file with information found in the passed in element.



addType
public void addType(IVersionableElement element, boolean addOnlyIfVersioned, boolean loadAllExternalElements)(Code)
Adds an entry to the Type file with information found in the passed in element.



addTypes
public void addTypes(ETList<IElement> Elements, boolean addOnlyIfVersioned)(Code)
Adds the passed in elements to the type file.



clearDeletedIDs
public void clearDeletedIDs()(Code)
Clears the cache of deleted IDs.



gatherExternalFileLocations
public IStrings gatherExternalFileLocations()(Code)
Retrieves the absolute file locations of externally loaded elements.



getAllVersionedElements
public ETList<IVersionableElement> getAllVersionedElements()(Code)
Retrieves all the elements in the Project this TypeManager is associated with that are directly under version control.



getCachedTypeByName
public INamedElement getCachedTypeByName(String nameOfType)(Code)
Retrieves the first type that is generally managed by the PickListManager of a particular name.



getCachedTypesByName
public ETList<INamedElement> getCachedTypesByName(String nameOfType)(Code)
Retrieves all the types that are generally managed by the PickListManager of a particular name.



getElementByID
public IVersionableElement getElementByID(String xmiID)(Code)
Retrieves the collection of elements with the passed in name.



getElementByName
public INamedElement getElementByName(String name)(Code)
Retrieves the element with the passed in name. If more than one element has the name, the first one found is returned.



getElementFromLibrariesByName
public INamedElement getElementFromLibrariesByName(String name)(Code)
Retrieves the element with the passed in name by searching the Project's list of referenced libraries. If more than one element has the name, the first one found is returned.



getElementFromLibrariesByNameAndType
public INamedElement getElementFromLibrariesByNameAndType(String name, String filter)(Code)
Retrieves the element with the passed in name by searching the Project's list of referenced libraries. If more than one element has the name, the first one found is returned. filter should be white-space delimited list of typenames, such as 'Class Interface St



getElementsByName
public ETList<INamedElement> getElementsByName(String name)(Code)
Retrieves the collection of elements with the passed in name.



getElementsFromLibrariesByName
public ETList<INamedElement> getElementsFromLibrariesByName(String name)(Code)
Retrieves the collection of elements with the passed in name by searching the Project's list of referenced libraries.



getLocalCachedTypesByName
public ETList<INamedElement> getLocalCachedTypesByName(String nameOfType)(Code)
Retrieves the collection of types that are resident in the Project this TypeManager is associated with. Searches will not be done across projects..



getPickListManager
public IPickListManager getPickListManager()(Code)
The PickListManager associated with this TypeManager.



getProject
public IProject getProject()(Code)
The IProject this TypeManager is monitoring.



getRawElementByID
public Node getRawElementByID(String elementID)(Code)
method GetRawElementByID



getReferencedLibraryProjectByLocation
public IProject getReferencedLibraryProjectByLocation(String refLibLoc)(Code)
Retrieves the referenced library with the passed in name.



getReferencedLibraryProjects
public ETList<IProject> getReferencedLibraryProjects()(Code)
Retrieves all the referenced libraries associated with the Project this TypeManager manages.



getVersionedOwner
public IVersionableElement getVersionedOwner(IVersionableElement childElement)(Code)
Retrieves the owner of childElement that is under version control.



loadExternalElements
public void loadExternalElements()(Code)



loadExternalFile
public void loadExternalFile(String fileLocation)(Code)
Loads the external elements found in fileLocation into the Project this TypeManager is a part of.



removeFromTypeLookup
public void removeFromTypeLookup(IVersionableElement element)(Code)
Removes the passed in element from the type resolution portions of the .ettm file, cleaning any references to element throughout the IProject this TypeManager is associated with.



removeType
public void removeType(IVersionableElement element)(Code)
Removes the entry that matches the passed in element from the type file.



save
public void save(String Location)(Code)
Saves the contents of this manager.



setPickListManager
public void setPickListManager(IPickListManager value)(Code)
The PickListManager associated with this TypeManager.



setProject
public void setProject(IProject value)(Code)
The IProject this TypeManager is monitoring.



verifyInMemoryStatus
public boolean verifyInMemoryStatus(IVersionableElement element)(Code)
Ensures that the element passed in is properly parented, with immediate parent loaded in memory.



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