| Package | Description | 
|---|---|
| oracle.jdeveloper.uieditor | 
 Contains classes that allow addins access to the UIEditor integration objects. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected UIEditor | 
AbstractCanvas.editor
UIEditor to which this canvas is associated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract UIEditor | 
UIEditorCanvas.getUIEditor()
Get the UIEditor associated with this UIEditorCanvas. 
 | 
UIEditor | 
AbstractCanvas.getUIEditor()
Get the UIEditor associated with this UIEditorCanvas. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UIEditorLogPage.clearAll(UIEditor editor)
Remove all messages associated with the given UIEditor from this page. 
 | 
UIEditorCanvas | 
ModelFactory.getView(UIEditor editor)
Find or create, for the given UIEditor, a UIEditorCanvas which is capable of manipulating instance of the CmtModel class produced by this ModelFactory. 
 | 
UIEditorCanvas | 
AbstractFactory.getView(UIEditor editor)
Get a UIEditorCanvas instance associated with the given UIEditor. 
 |