public abstract class UIEditorCanvas extends Explorer
UIEditor
CLOSED, defaultNode, defaultProject, defaultWorkspace, HIDDEN, SHOWN
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP
Constructor and Description |
---|
UIEditorCanvas() |
Modifier and Type | Method and Description |
---|---|
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.
|
getContextMenu, getController, getTitle, setContext, setOwner, stateChanged
activate, addViewListener, addViewSelectionListener, addViewStateListener, close, deactivate, fireViewCollapsed, fireViewExpanded, fireViewSelectionChanged, getContext, getContext, getGUI, getHelpInfo, getId, getSelection, getSelectionFromUI, getTabName, getToolbar, getViewWithoutDecoration, isVisible, loadLayout, loadManifestToolbar, loadManifestToolbar, newId, owner, removeViewListener, removeViewSelectionListener, removeViewStateListener, saveLayout, scheduleUpdateSelection, setId, setToolbarVisible, show, toString, updateSelection, updateSelectionImpl, updateTitle, updateToolbarActions, updateVisibleActions, updateVisibleActions
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()