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


java.lang.Object
   org.netbeans.modules.uml.ui.support.diagramsupport.DiagramTypesManager

DiagramTypesManager
public class DiagramTypesManager implements IDiagramTypesManager(Code)

author:
   sumitabhk




Method Summary
public  StringgetBrokenIcon(IDiagram pDiagram)
    
public  StringgetBrokenIcon(String sDiagramTypeName)
    
public  StringgetBrokenIcon(int nDiagramKind)
    
public  StringgetClosedIcon(IDiagram pDiagram)
    
public  StringgetClosedIcon(String sDiagramTypeName)
    
public  StringgetClosedIcon(int nDiagramKind)
    
public  StringgetDiagramEngine(IDiagram pDiagram)
    
public  StringgetDiagramEngine(String sDiagramTypeName)
    
public  StringgetDiagramEngine(int nDiagramKind)
    
public  intgetDiagramKind(String sDiagramTypeName)
    
public  StringgetDiagramTypeName(IDiagram pDiagram)
    
public  StringgetDiagramTypeName(int nDiagramKind)
    
public  StringgetDiagramTypeNameNoSpaces(IDiagram pDiagram)
    
public  StringgetDiagramTypeNameNoSpaces(String sDiagramTypeName)
    
public  StringgetDiagramTypeNameNoSpaces(int nDiagramKind)
    
public  StringgetOpenIcon(IDiagram pDiagram)
    
public  StringgetOpenIcon(String sDiagramTypeName)
    
public  StringgetOpenIcon(int nDiagramKind)
    
public  StringgetShortDiagramTypeName(String sDiagramTypeName)
    
public  StringgetUMLType(IDiagram pDiagram)
    
public  StringgetUMLType(String sDiagramTypeName)
    
public  StringgetUMLType(int nDiagramKind)
    
public static  DiagramTypesManagerinstance()
    



Method Detail
getBrokenIcon
public String getBrokenIcon(IDiagram pDiagram)(Code)
The broken diagram icon
Parameters:
  pDiagram - [in] The diagram for which to get the icon name in CommonResources
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getBrokenIcon
public String getBrokenIcon(String sDiagramTypeName)(Code)
The broken diagram icon
Parameters:
  sDiagramTypeName - [in] The diagram type name, with spaces (ie Class Diagram)
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getBrokenIcon
public String getBrokenIcon(int nDiagramKind)(Code)
The broken diagram icon
Parameters:
  nDiagramKind - [in] The diagram enumeration which we need to convert to diagram engine type
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getClosedIcon
public String getClosedIcon(IDiagram pDiagram)(Code)
The closed diagram icon
Parameters:
  pDiagram - [in] The diagram for which to get the icon name in CommonResources
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getClosedIcon
public String getClosedIcon(String sDiagramTypeName)(Code)
The closed diagram icon
Parameters:
  sDiagramTypeName - [in] The diagram type name, with spaces (ie Class Diagram)
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getClosedIcon
public String getClosedIcon(int nDiagramKind)(Code)
The closed diagram icon
Parameters:
  nDiagramKind - [in] The diagram enumeration which we need to convert to diagram engine type
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getDiagramEngine
public String getDiagramEngine(IDiagram pDiagram)(Code)
The diagram engine controlling this behavior (ClassDiagram)
Parameters:
  pDiagram - [in] The diagram for which to get the type sans spaces
Parameters:
  pVal - [out,retval] The metatype of the engine that controls this diagrams behavior



getDiagramEngine
public String getDiagramEngine(String sDiagramTypeName)(Code)
The diagram engine controlling this behavior (ClassDiagram)
Parameters:
  sDiagramTypeName - [in] The diagram type name, with spaces (ie Class Diagram)
Parameters:
  pVal - [out,retval] The metatype of the engine that controls this diagrams behavior



getDiagramEngine
public String getDiagramEngine(int nDiagramKind)(Code)
The diagram engine controlling this behavior (ClassDiagram)
Parameters:
  nDiagramKind - [in] The diagram enumeration which we need to convert to diagram engine type
Parameters:
  pVal - [out,retval] The metatype of the engine that controls this diagrams behavior



getDiagramKind
public int getDiagramKind(String sDiagramTypeName)(Code)
The display name for this diagram type (ie Class Diagram)
Parameters:
  sDiagramTypeName - [in] The diagram type name ie "Class Diagram"
Parameters:
  pDiagramKind - [out,retval] The DiagramKind enumeration that matches pDiagramTypeName



getDiagramTypeName
public String getDiagramTypeName(IDiagram pDiagram)(Code)
Returns the diagram kind (ie Class Diagram) for the argument diagram
Parameters:
  pDiagram - [in] The diagram for which to get the type
Parameters:
  pVal - [out,retval] The type of the argument diagram (ie Class Diagram)



getDiagramTypeName
public String getDiagramTypeName(int nDiagramKind)(Code)
Returns the diagram kind (ie Class Diagram) for the argument enumeration
Parameters:
  pDiagram - [in] The diagram enumeration which we need to convert to a string (ieClass Diagram to DK_CLASS_DIAGRAM.
Parameters:
  pVal - [out,retval] The returned type of the diagram enumeration as a string.



getDiagramTypeNameNoSpaces
public String getDiagramTypeNameNoSpaces(IDiagram pDiagram)(Code)
Returns the diagram kind without spaces (ie ClassDiagram) for the argument diagram
Parameters:
  pDiagram - [in] The diagram for which to get the type sans spaces
Parameters:
  pVal - [out,retval] The type of the diagram without spaces (ie ClassDiagram)



getDiagramTypeNameNoSpaces
public String getDiagramTypeNameNoSpaces(String sDiagramTypeName)(Code)
Returns the diagram kind without spaces (ie ClassDiagram) for the argument diagram kind (ie Class Diagram)
Parameters:
  sDiagramTypeName - [in] The diagram type name, with spaces (ie Class Diagram)
Parameters:
  pVal - [out,retval] The type of the diagram without spaces (ie ClassDiagram)



getDiagramTypeNameNoSpaces
public String getDiagramTypeNameNoSpaces(int nDiagramKind)(Code)
Returns the diagram kind without spaces (ie Class Diagram) for the argument enumeration
Parameters:
  pDiagram - [in] The diagram enumeration which we need to convert to a type string without spaces (ieClass Diagram to ClassDiagram.
Parameters:
  pVal - [out,retval] The type of the diagram without spaces (ie ClassDiagram)



getOpenIcon
public String getOpenIcon(IDiagram pDiagram)(Code)
The open diagram icon
Parameters:
  pDiagram - [in] The diagram for which to get the icon name in CommonResources
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getOpenIcon
public String getOpenIcon(String sDiagramTypeName)(Code)
The open diagram icon
Parameters:
  sDiagramTypeName - [in] The diagram type name, with spaces (ie Class Diagram)
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getOpenIcon
public String getOpenIcon(int nDiagramKind)(Code)
The open diagram icon
Parameters:
  nDiagramKind - [in] The diagram enumeration which we need to convert to diagram engine type
Parameters:
  pVal - [out,retval] The name of the icon in the CommonResources



getShortDiagramTypeName
public String getShortDiagramTypeName(String sDiagramTypeName)(Code)
Returns short diagram type for this long diagram type (ie Class Diagram to CLD)
Parameters:
  sDiagramTypeName - [in] The diagram type name, with spaces (ie Class Diagram)
Parameters:
  pVal - [out,retval] The short kind of this diagram (ie CLD)



getUMLType
public String getUMLType(IDiagram pDiagram)(Code)
The UML Type for this diagram (ie StructuralDiagram)
Parameters:
  pDiagram - [in] The diagram for which to get the type sans spaces
Parameters:
  pVal - [out,retval] The uml type of the diagram (ie StructuralDiagram)



getUMLType
public String getUMLType(String sDiagramTypeName)(Code)
The UML Type for this diagram (ie StructuralDiagram)
Parameters:
  sDiagramTypeName - [in] The diagram type name, with spaces (ie Class Diagram)
Parameters:
  pVal - [out,retval] The uml type of the diagram (ie StructuralDiagram)



getUMLType
public String getUMLType(int nDiagramKind)(Code)
The UML Type for this diagram (ie StructuralDiagram)
Parameters:
  pDiagram - [in] The diagram enumeration which we need to convert to a short type string (ieClass Diagram to CLD.
Parameters:
  pVal - [out,retval] The uml type of the diagram (ie StructuralDiagram)



instance
public static DiagramTypesManager instance()(Code)



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.