oracle.jdevimpl.uieditor
Interface UIEditorCanvas
- All Superinterfaces:
- Explorer, Helpable, Subview, View
- All Known Implementing Classes:
- AbstractCanvas
- public interface UIEditorCanvas
- extends Explorer
Method Summary |
java.awt.Component |
getDefaultFocusComponent()
Get the default Component upon which to set focus when focus is switched
to the hosting UI Editor. |
oracle.jdeveloper.cmt.CmtModel |
getModel()
Get the CmtModel being depicted. |
UIEditor |
getUIEditor()
Get the UIEditor host instance. |
void |
setModel(oracle.jdeveloper.cmt.CmtModel model)
Set the CmtModel to be depicted. |
Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, deactivate, getContext, getId, getSelection, getToolbar, removeViewListener, removeViewSelectionListener, updateTitle |
getUIEditor
public UIEditor getUIEditor()
- Get the UIEditor host instance.
getModel
public oracle.jdeveloper.cmt.CmtModel getModel()
- Get the CmtModel being depicted.
setModel
public void setModel(oracle.jdeveloper.cmt.CmtModel model)
- Set the CmtModel to be depicted.
getDefaultFocusComponent
public java.awt.Component getDefaultFocusComponent()
- Get the default Component upon which to set focus when focus is switched
to the hosting UI Editor.
- See Also:
oracle.ide.editor.AbstractEditor.getDefaultFocusComponent
Copyright ©1997, 2003, Oracle. All rights reserved.