org.netbeans.modules.visualweb.insync.beans |
|
Java Source File Name | Type | Comment |
Bean.java | Class | Representation of a JavaBean instance field within our outer host BeansUnit being built. |
BeansNode.java | Class | Common superclass for all beans package nodes. |
BeanStructureScanner.java | Class | Manage the methods, fields and such that should be defined for the bean described by my model. |
BeansUnit.java | Class | An abstract compilation Unit that represents a single outer (or 'this' or 'root') JavaBean class
under construction. |
Event.java | Class | Representation of a wiring for a single event handler within an EventSet's listener adapter in
the init block. |
EventSet.java | Class | Representation of a wiring for a single event listener, which maps to a single add*Listener
statement in the init block. |
Naming.java | Class | |
Property.java | Class | Representation of a single property setting on our parent bean, which maps to a single property
setter statement in the init block. |