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 |
CmtEventState
An event state for a specific event*subcomponent
|
Modifier and Type | Method and Description |
---|---|
CmtPropertyState |
CmtSubcomponent.addPropertyState(CmtProperty property)
Allows models to add/remove property states to/from this subcomponent
|
CmtPropertyState |
CmtSubcomponent.getDefaultPropertyState() |
CmtPropertyState |
CmtSubcomponent.getPropertyState(java.lang.String name) |
CmtPropertyState[] |
CmtSubcomponent.getPropertyStates()
Returns objects representing the state of all properties, hence all
potential property settings, including those that are not explicitly set
in the init method
|
Modifier and Type | Method and Description |
---|---|
void |
CmtSubcomponent.addPropertyState(CmtPropertyState propertyState) |
java.lang.Object |
CmtPropertyAccessor.getPropertyValue(CmtPropertyState propertyState,
java.lang.Object instance) |
void |
CmtSubcomponent.removePropertyState(CmtPropertyState propertyState) |
void |
CmtPropertyEditor.setPropertyState(CmtPropertyState ps) |
void |
CmtPropertyAccessor.setPropertyValue(CmtPropertyState propertyState,
java.lang.Object instance,
java.lang.Object value) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstraintsPropertyState
The ConstraintsPropertyState interface is intended to act as the
CmtPropertyState associated with a ConstraintsProperty.
|