| Package | Description | 
|---|---|
| oracle.jdeveloper.cmt | 
 The Component Model Tool, an API for manipulating Java source code. 
 | 
| oracle.jdeveloper.uieditor | 
 Contains classes that allow addins access to the UIEditor integration objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CmtComponentManager  | 
| Modifier and Type | Method and Description | 
|---|---|
static CmtComponents | 
CmtComponentManager.getCmtComponents(Project prj)  | 
CmtComponents | 
CmtComponent.getComponents()
Get the CmtComponents instance that created this instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
UIManager.annotate(CmtComponentSource model,
        CmtComponents mgr)
Tokenize the given CmtComponentSource into CmtModel trees of CmtModelNode
 with one CmtModelNode for each member field or local variable within
 the GUI initialization area. 
 | 
void | 
ModelFactory.annotate(CmtComponentSource source,
        CmtComponents mgr)
Called by the UIManager to parse the CmtComponentSource to produce any
 applicable CmtModel instances. 
 |