Java Doc for ModelPackageImpl.java in  » GIS » udig-1.1 » net » refractions » udig » printing » model » impl » 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 » GIS » udig 1.1 » net.refractions.udig.printing.model.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.refractions.udig.printing.model.impl.ModelPackageImpl

ModelPackageImpl
public class ModelPackageImpl extends EPackageImpl implements ModelPackage(Code)
An implementation of the model Package.




Method Summary
public  voidcreatePackageContents()
     Creates the meta-model objects for the package.
public  EClassgetBox()
    
public  EDataTypegetBoxPrinter()
    
public  EAttributegetBox_BoxPrinter()
    
public  EAttributegetBox_ID()
    
public  EReferencegetBox_SourceConnections()
    
public  EReferencegetBox_TargetConnections()
    
public  EClassgetConnection()
    
public  EAttributegetConnection_Connected()
    
public  EReferencegetConnection_Source()
    
public  EReferencegetConnection_Target()
    
public  EClassgetDecoratorBox()
    
public  EReferencegetDecoratorBox_Layer()
    
public  EReferencegetDecoratorBox_Map()
    
public  EDataTypegetDimension()
    
public  EClassgetElement()
    
public  EAttributegetElement_Location()
    
public  EAttributegetElement_Size()
    
public  EDataTypegetGraphics2D()
    
public  EDataTypegetIProgressMonitor()
    
public  ModelFactorygetModelFactory()
    
public  EClassgetPage()
    
public  EReferencegetPage_Boxes()
    
public  EDataTypegetPoint()
    
public static  ModelPackageinit()
     Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
public  voidinitializePackageContents()
     Complete the initialization of the package and its meta-model.



Method Detail
createPackageContents
public void createPackageContents()(Code)
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.



getBox
public EClass getBox()(Code)



getBoxPrinter
public EDataType getBoxPrinter()(Code)



getBox_BoxPrinter
public EAttribute getBox_BoxPrinter()(Code)



getBox_ID
public EAttribute getBox_ID()(Code)



getBox_SourceConnections
public EReference getBox_SourceConnections()(Code)



getBox_TargetConnections
public EReference getBox_TargetConnections()(Code)



getConnection
public EClass getConnection()(Code)



getConnection_Connected
public EAttribute getConnection_Connected()(Code)



getConnection_Source
public EReference getConnection_Source()(Code)



getConnection_Target
public EReference getConnection_Target()(Code)



getDecoratorBox
public EClass getDecoratorBox()(Code)



getDecoratorBox_Layer
public EReference getDecoratorBox_Layer()(Code)



getDecoratorBox_Map
public EReference getDecoratorBox_Map()(Code)



getDimension
public EDataType getDimension()(Code)



getElement
public EClass getElement()(Code)



getElement_Location
public EAttribute getElement_Location()(Code)



getElement_Size
public EAttribute getElement_Size()(Code)



getGraphics2D
public EDataType getGraphics2D()(Code)



getIProgressMonitor
public EDataType getIProgressMonitor()(Code)



getModelFactory
public ModelFactory getModelFactory()(Code)



getPage
public EClass getPage()(Code)



getPage_Boxes
public EReference getPage_Boxes()(Code)



getPoint
public EDataType getPoint()(Code)



init
public static ModelPackage init()(Code)
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.
See Also:   ModelPackageImpl.eNS_URI
See Also:   ModelPackageImpl.createPackageContents()
See Also:   ModelPackageImpl.initializePackageContents()




initializePackageContents
public void initializePackageContents()(Code)
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.



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