Extension SDK 10.1.2


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

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 Component that should reciev focus upon activation of this canvas.
 CmtModel getModel()
          Get the current model being rendered.
 UIEditor getUIEditor()
          Get the UIEditor associated with this UIEditorCanvas.
 void setModel(CmtModel model)
          Set the current model to render.

 

Methods inherited from interface oracle.ide.explorer.Explorer
getTitle, setContext, setOwner, stateChanged

 

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

 

Methods inherited from interface oracle.ide.addin.ControllerProvider
getController

 

Methods inherited from interface oracle.ide.help.Helpable
getHelpInfo

 

Method Detail

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.

Extension SDK


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