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


org.netbeans.modules.uml.core.metamodel.diagrams.IProxyDiagram

All known Subclasses:   org.netbeans.modules.uml.ui.controls.drawingarea.ProxyDiagramImpl,
IProxyDiagram
public interface IProxyDiagram (Code)




Method Summary
public  voidaddAssociatedDiagram(String sDiagramXMIID)
    
public  voidaddAssociatedDiagram(IProxyDiagram pDiagram)
    
public  voidaddAssociatedElement(String sTopLevelElementXMIID, String sModelElementXMIID)
    
public  voidaddAssociatedElement(IElement pElement)
    
public  voidaddDualAssociatedDiagrams(IProxyDiagram pDiagram1, IProxyDiagram pDiagram2)
    
public  StringgetAlias()
     Get/Set the alias of this drawing.
public  ETList<IProxyDiagram>getAssociatedDiagrams()
    
public  ETList<IElement>getAssociatedElements()
    
public  IDiagramgetDiagram()
     Returns the IDiagram that represents this proxy.
public  DiagramDetailsgetDiagramDetails()
    
public  intgetDiagramKind()
     Get/Set the type of this drawing.
public  StringgetDiagramKindName()
     Get/Set the type of this drawing as a string.
public  StringgetDocumentation()
     Get/Set the documentation for this drawing.
public  StringgetFilename()
    
public  StringgetName()
     Get/Set the name of this drawing.
public  StringgetNameWithAlias()
     Sets / Gets the name or alias of this element.
public  INamespacegetNamespace()
    
public  StringgetNamespaceXMIID()
    
public  IProjectgetProject()
    
public  StringgetQualifiedName()
     Retrieves the fully qualified name of the element.
public  booleangetReadOnly()
    
public  StringgetXMIID()
    
public  booleanisAssociatedDiagram(String sDiagramXMIID)
    
public  booleanisAssociatedDiagram(IProxyDiagram pDiagram)
    
public  booleanisAssociatedElement(String sModelElementXMIID)
    
public  booleanisAssociatedElement(IElement pElement)
    
public  booleanisOpen()
    
public  booleanisSame(IProxyDiagram pProxy)
    
public  booleanisValidDiagram()
     Returns true if bDiagramFilename represents a valid filename.
public  voidremoveAssociatedDiagram(String sDiagramXMIID)
    
public  voidremoveAssociatedDiagram(IProxyDiagram pDiagram)
    
public  voidremoveAssociatedElement(String sTopLevelElementXMIID, String sModelElementXMIID)
    
public  voidremoveAssociatedElement(IElement pElement)
    
public  voidremoveDualAssociatedDiagrams(IProxyDiagram pDiagram1, IProxyDiagram pDiagram2)
    
public  voidsetAlias(String value)
     Get/Set the alias of this drawing.
public  voidsetDocumentation(String value)
     Get/Set the documentation for this drawing.
public  voidsetFilename(String value)
    
public  voidsetName(String value)
     Get/Set the name of this drawing.
public  voidsetNameWithAlias(String value)
     Sets / Gets the name or alias of this element.
public  voidsetNamespace(INamespace value)
    
public  StringtoString()
    



Method Detail
addAssociatedDiagram
public void addAssociatedDiagram(String sDiagramXMIID)(Code)
Adds an associated diagram



addAssociatedDiagram
public void addAssociatedDiagram(IProxyDiagram pDiagram)(Code)
Adds an associated diagram



addAssociatedElement
public void addAssociatedElement(String sTopLevelElementXMIID, String sModelElementXMIID)(Code)
Adds an associated model element



addAssociatedElement
public void addAssociatedElement(IElement pElement)(Code)
Adds an associated model element



addDualAssociatedDiagrams
public void addDualAssociatedDiagrams(IProxyDiagram pDiagram1, IProxyDiagram pDiagram2)(Code)
Adds an association between diagram 1 and 2 and 2 and 1



getAlias
public String getAlias()(Code)
Get/Set the alias of this drawing.



getAssociatedDiagrams
public ETList<IProxyDiagram> getAssociatedDiagrams()(Code)
Returns the associated diagrams



getAssociatedElements
public ETList<IElement> getAssociatedElements()(Code)
Returns the associated model elements



getDiagram
public IDiagram getDiagram()(Code)
Returns the IDiagram that represents this proxy. If the diagram is close NULL is returned.



getDiagramDetails
public DiagramDetails getDiagramDetails()(Code)



getDiagramKind
public int getDiagramKind()(Code)
Get/Set the type of this drawing.



getDiagramKindName
public String getDiagramKindName()(Code)
Get/Set the type of this drawing as a string.



getDocumentation
public String getDocumentation()(Code)
Get/Set the documentation for this drawing.



getFilename
public String getFilename()(Code)
Get/Set the filename that this proxy diagram is looking at



getName
public String getName()(Code)
Get/Set the name of this drawing.



getNameWithAlias
public String getNameWithAlias()(Code)
Sets / Gets the name or alias of this element.



getNamespace
public INamespace getNamespace()(Code)
Gets the drawing area namespace



getNamespaceXMIID
public String getNamespaceXMIID()(Code)
Gets the drawing area namespace XMIID



getProject
public IProject getProject()(Code)
Gets the drawing area toplevel project



getQualifiedName
public String getQualifiedName()(Code)
Retrieves the fully qualified name of the element. This will be in the form 'A::B::C'.



getReadOnly
public boolean getReadOnly()(Code)
Is this diagram readonly?



getXMIID
public String getXMIID()(Code)
Gets the diagram XMIID



isAssociatedDiagram
public boolean isAssociatedDiagram(String sDiagramXMIID)(Code)
Is this an associated diagram?



isAssociatedDiagram
public boolean isAssociatedDiagram(IProxyDiagram pDiagram)(Code)
Is this an associated diagram?



isAssociatedElement
public boolean isAssociatedElement(String sModelElementXMIID)(Code)
Is this an associated element?



isAssociatedElement
public boolean isAssociatedElement(IElement pElement)(Code)
Is this an associated element?



isOpen
public boolean isOpen()(Code)
Is this diagram open?



isSame
public boolean isSame(IProxyDiagram pProxy)(Code)
Are these proxy diagrams the same?



isValidDiagram
public boolean isValidDiagram()(Code)
Returns true if bDiagramFilename represents a valid filename. It looks for both .etp and .etl files.



removeAssociatedDiagram
public void removeAssociatedDiagram(String sDiagramXMIID)(Code)
Removes an associated diagram



removeAssociatedDiagram
public void removeAssociatedDiagram(IProxyDiagram pDiagram)(Code)
Removes an associated diagram



removeAssociatedElement
public void removeAssociatedElement(String sTopLevelElementXMIID, String sModelElementXMIID)(Code)
Removes an associated model element



removeAssociatedElement
public void removeAssociatedElement(IElement pElement)(Code)
Removes an associated model element



removeDualAssociatedDiagrams
public void removeDualAssociatedDiagrams(IProxyDiagram pDiagram1, IProxyDiagram pDiagram2)(Code)
Removes an association between diagram 1 and 2 and 2 and 1



setAlias
public void setAlias(String value)(Code)
Get/Set the alias of this drawing.



setDocumentation
public void setDocumentation(String value)(Code)
Get/Set the documentation for this drawing.



setFilename
public void setFilename(String value)(Code)
Get/Set the filename that this proxy diagram is looking at



setName
public void setName(String value)(Code)
Get/Set the name of this drawing.



setNameWithAlias
public void setNameWithAlias(String value)(Code)
Sets / Gets the name or alias of this element.



setNamespace
public void setNamespace(INamespace value)(Code)
Gets the drawing area namespace



toString
public String toString()(Code)



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