org.netbeans.modules.uml.integration.ide.events |
|
Java Source File Name | Type | Comment |
ClassInfo.java | Class | A metaclass for Java classes, used for transferring information between IDE
integrations and the Describe IDE integration package. |
ConstructorInfo.java | Class | The ConstructorInfo communicates with the EventManager to update Describe.
ConstructorInfo is still a high level class. |
ElementInfo.java | Class | ElementInfo is the base class of all Source Element information class.
ElementInfo provides the functionality to store the common data needed
by all source code elements.
Revision History
No. |
EventFilter.java | Class | Filters model-source roundtrip events to eliminate events caused by the
source-model roundtrip.
Revision History
No. |
EventHandler.java | Class | Queues runnable objects and calls their run() methods in sequence from a
separate worker thread.
Revision History
No. |
EventManager.java | Class | The EventManages manages the communication between an IDE integration and
Describe. |
EventProcessor.java | Interface | The EventProcessor defines a interface to update a Describe with changes
made to classes in a integration. |
GenCodeUtil.java | Class | |
IDEProcessor.java | Class | Processes the events recieved from the IDE. |
InvalidIdentifierException.java | Class | Thrown when an invalid identifier is passed to an ElementInfo. |
LiteralInfo.java | Class | |
LiteralTransaction.java | Class | |
MemberInfo.java | Class | The MemberInfo communicates with the EventManager to update Describe.
MemberInfo is still a high level class. |
MemberTransaction.java | Class | The MemberTransaction is use to maintain a context when updating data
members. |
MethodInfo.java | Class | The MethodInfo communicates with the EventManager to update Describe.
MethodInfo is still a high level class. |
MethodParameterInfo.java | Class | The MethodParameterInfo is used to store the parameter information used
to define the parameters for constructors and methods. |
MethodTransaction.java | Class | The MethodTransaction is use to maintain a context when updating methods. |
SymbolTransaction.java | Class | SymbolTransaction is used to handle the state of storing GDPro information.
Revision History
No. |