|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.view.View
oracle.ide.explorer.Explorer
oracle.jdeveloper.uieditor.UIEditorCanvas
public abstract class UIEditorCanvas
UIEditorCanvas represents a design canvas for hosting within the UIEditor.
UIEditor
Field Summary |
---|
Fields inherited from class oracle.ide.explorer.Explorer |
---|
CLOSED, defaultNode, defaultProject, defaultWorkspace, HIDDEN, SHOWN |
Fields inherited from class oracle.ide.view.View |
---|
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
Constructor Summary | |
---|---|
UIEditorCanvas() |
Method Summary | |
---|---|
abstract java.awt.Component |
getDefaultFocusComponent() Get the Component that should reciev focus upon activation of this canvas. |
abstract CmtModel |
getModel() Get the current model being rendered. |
abstract UIEditor |
getUIEditor() Get the UIEditor associated with this UIEditorCanvas. |
abstract void |
setModel(CmtModel model) Set the current model to render. |
Methods inherited from class oracle.ide.explorer.Explorer |
---|
getContextMenu, getController, getTitle, setContext, setOwner, stateChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UIEditorCanvas()
Method Detail |
---|
public abstract UIEditor getUIEditor()
public abstract CmtModel getModel()
setModel(oracle.jdeveloper.cmt.CmtModel)
public abstract void setModel(CmtModel model)
model
- the model to render.getModel()
public abstract java.awt.Component getDefaultFocusComponent()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |