| Package | Description | 
|---|---|
| oracle.jdeveloper.uieditor | 
 Contains classes that allow addins access to the UIEditor integration objects. 
 | 
| oracle.jdeveloper.uieditor.uicanvas | 
 Contains classes that allow addins access to the UICanvas integration objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCanvas
AbstractCanvas provides an implementation of UIEditorCanvas based upon
 Explorer which provides a default implementation for all
 UIEditorCanvas behavior. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract UIEditorCanvas | 
AbstractFactory.createView()
Create a custom instance of UIEditorCanvas specific to this factory. 
 | 
abstract UIEditorCanvas | 
UIEditor.getActiveCanvas()
Get the active UIEditorCanvas. 
 | 
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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UICanvas
UICanvas represents a design canvas to be hosted by the UIEditor when
 manipulating GUI objects. 
 |