Extension SDK

oracle.jdevimpl.uieditor
Interface UIEditorCanvas

All Superinterfaces:
Explorer, Helpable, Subview, View
All Known Implementing Classes:
AbstractCanvas

public interface UIEditorCanvas
extends Explorer


Field Summary
 
Fields inherited from interface oracle.ide.explorer.Explorer
CLOSED, HIDDEN, SHOWN
 
Fields inherited from interface oracle.ide.addin.View
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP
 
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.explorer.Explorer
setContext, setOwner, stateChanged
 
Methods inherited from interface oracle.ide.addin.View
activate, addViewListener, addViewSelectionListener, deactivate, getContext, getId, getSelection, getToolbar, removeViewListener, removeViewSelectionListener, updateTitle
 
Methods inherited from interface oracle.ide.help.Helpable
getHelpInfo
 
Methods inherited from interface oracle.ide.addin.Subview
close, getContext, getContextMenu, getController, getGUI, isVisible, owner, show
 

Method Detail

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

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.