| Package | Description | 
|---|---|
| oracle.jdeveloper.cmt | 
 The Component Model Tool, an API for manipulating Java source code. 
 | 
| oracle.jdeveloper.uieditor.uicanvas | 
 Contains classes that allow addins access to the UICanvas integration objects. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CmtEvent
A specific event within an event set. 
 | 
interface  | 
CmtEventSource
A changable event within a group for a component 
 | 
interface  | 
CmtPropertySource  | 
| Modifier and Type | Method and Description | 
|---|---|
CmtProperty[] | 
CmtComponent.getProperties()  | 
CmtProperty | 
CmtPropertyState.getProperty()  | 
CmtProperty | 
CmtPropertySetting.getProperty()  | 
CmtProperty | 
CmtComponent.getProperty(java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
CmtPropertySetting | 
CmtMethodSource.addPropertySetting(CmtSubcomponent instance,
                  CmtProperty property,
                  java.lang.String valueText)  | 
CmtPropertyState | 
CmtSubcomponent.addPropertyState(CmtProperty property)
Allows models to add/remove property states to/from this subcomponent 
 | 
void | 
CmtComponentSource.removeProperty(CmtProperty property)
Remove a property from the class represented by this CmtComponent. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ConstraintsProperty
The ConstraintsProperty is a marker interface intended to identify the pseudo
 property for "constraints". 
 |