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.
|
Class and Description |
---|
ModelFactory
ModelFactory describes the API by which an integrator may extend the UIEditor
to provide custom design surfaces, known as UIEditorCanvas, which may be
used by the user to manipulate an associated custom CmtModel implementation.
|
UIEditor
Editor implementation whose visuals depict the GUI declared in a
JavaSourceNode instance. |
UIEditorCanvas
UIEditorCanvas represents a design canvas for hosting within the UIEditor.
|
UIEditorLogPage
A LogPage implementation specialized for display of CmtMessage instances from
one or more CmtComponent objects.
|
UIEditorOptions
UIEditorOptions describes the customizations made available to the user.
|
Class and Description |
---|
AbstractCanvas
AbstractCanvas provides an implementation of UIEditorCanvas based upon
Explorer which provides a default implementation for all
UIEditorCanvas behavior.
|
UIEditorCanvas
UIEditorCanvas represents a design canvas for hosting within the UIEditor.
|