oracle.jdeveloper.uieditor
Interface UIEditorCanvas
- All Superinterfaces:
- ControllerProvider, Explorer, Helpable, View
- All Known Subinterfaces:
- UICanvas
- All Known Implementing Classes:
- AbstractCanvas
- public interface UIEditorCanvas
- extends Explorer
UIEditorCanvas represents a design canvas for hosting within the UIEditor.
- See Also:
UIEditor
Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, close, deactivate, getContext, getContext, getContextMenu, getGUI, getId, getSelection, getToolbar, isVisible, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, show, updateTitle, updateVisibleActions |
getUIEditor
public UIEditor getUIEditor()
- Get the UIEditor associated with this UIEditorCanvas.
-
- Returns:
- the UIEditor associated with this UIEditorCanvas
getModel
public CmtModel getModel()
- Get the current model being rendered.
-
- Returns:
- the current model being rendered.
- See Also:
setModel(oracle.jdeveloper.cmt.CmtModel)
setModel
public void setModel(CmtModel model)
- Set the current model to render.
-
- Parameters:
model
- the model to render.
- See Also:
getModel()
getDefaultFocusComponent
public java.awt.Component getDefaultFocusComponent()
- Get the Component that should reciev focus upon activation of this canvas.
-
- Returns:
- the Component to receive focus.
Copyright © 1997, 2004, Oracle. All rights reserved.