org.apache.beehive.controls.runtime.generator

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 » Library » Apache beehive 1.0.2 src » org.apache.beehive.controls.runtime.generator 
org.apache.beehive.controls.runtime.generator
Java Source File NameTypeComment
AptAnnotationHelper.javaClass
AptClientField.javaClass The AptClientField class describes a reference to a client callback notifier within an AptControlImplementation class.
AptContextField.javaClass The AptContextField class contains information about a field referring to a contextual service with an AptControlImplementation class.
AptControlClient.javaClass The AptControlClient class contains metadata about a class that contains nested control references (AptControlField).
AptControlField.javaClass The AptControlField class contains information about a field that refers to a nested control.
AptControlImplementation.javaClass The AptControlImplementation class provides validation and metadata management when processing a ControlImplementation class.
AptControlInterface.javaClass The AptControlInterface provides validation and metadata management for a ControlInterface or ControlExtension class during APT processing.
AptControlInterfaceProperty.javaClass A property derived from a getter/setter method of the control interface.
AptEvent.javaClass
AptEventField.javaClass
AptEventHandler.javaClass
AptEventSet.javaClass The AptEventSet class represents a control EventSet where the events are derived using APT metadata.
AptField.javaClass
AptMethod.javaClass The AptMethod class defines a base set of utility methods for acessing method attributes based upon an APT method declaration.
AptMethodSet.javaClass The AptMethodSet method represents a collection of AptMethod objects.
AptOperation.javaClass The AptOperation class represents a control operation where the operation attributes are derived using APT metadata.
AptProperty.javaClass
AptPropertySet.javaClass
AptTask.javaClass The AptTask class defines a custom ANT task for invoking APT-based code generation.
AptType.javaClass
ClientInitializer.javaClass The ClientInitializer represents a generated class that contains the code necessary to initialize a client that uses controls declaratively (via Control and EventHandler annotations).
CodeGenerationException.javaClass A simple exception wrapper class used for code generation failures.
CodeGenerator.javaClass The CodeGenerator class is an abstract base class that encapsulates the invocation Apache Velocity or other code generation tools that generate source artifacts.
ControlBean.javaClass The ControlBean class is an class representing a generated JavaBean class that can host control implementation types associated with a particular control public or extension interface.
EventAdaptor.javaClass The EventAdaptor class represents the generated class that is necessary to route events for a EventSet onto implemented EventHandlers on an implementation class.
GenClass.javaClass The GenClass abstract class defines a base set of methods that are generally available for template usage on class-type objects

This is done with an abstract class (instead of an interface) so derived abstract classes can be subclassed from it w/out requiring all of the methods to be declared there.

Generator.javaInterface The Generator interface will be implemented by APT data types that result in the generation of new source or text artifacts.
GeneratorOutput.javaClass The GeneratorOutput class represents a single file output by the code generation process, as well as the template and context information necessary to generate it.
ImplInitializer.javaClass The ImplInitializer class is a generated class that contains the code necessary to initialize a ControlBean implementation instance.
IndentingWriter.javaClass
VelocityAptLogSystem.javaClass The VelocityAptLogSystem implements the org.apache.velocity.runtime.LogSystem interface for logging messages from Velocity and routes warnings and errors to the log system of APT.
VelocityGenerator.javaClass The VelocityGenerator class is an implementation of CodeGenerator that uses standard Apache Velocity classes from the system classpath.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.