Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdeveloper.uieditor
Class UIEditorCanvas

java.lang.Object
  extended by oracle.ide.view.View
      extended by oracle.ide.explorer.Explorer
          extended by oracle.jdeveloper.uieditor.UIEditorCanvas

All Implemented Interfaces:
ControllerProvider, Helpable
Direct Known Subclasses:
AbstractCanvas

public abstract class UIEditorCanvas
extends Explorer

UIEditorCanvas represents a design canvas for hosting within the UIEditor.

See Also:
UIEditor

Field Summary

 

Fields inherited from class oracle.ide.explorer.Explorer
CLOSED, defaultNode, defaultProject, defaultWorkspace, HIDDEN, SHOWN

 

Fields inherited from class oracle.ide.view.View
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP

 

Constructor Summary
UIEditorCanvas()
           

 

Method Summary
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.

 

Methods inherited from class oracle.ide.explorer.Explorer
getContextMenu, getController, getTitle, setContext, setOwner, stateChanged

 

Methods inherited from class oracle.ide.view.View
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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

UIEditorCanvas

public UIEditorCanvas()

Method Detail

getUIEditor

public abstract UIEditor getUIEditor()
Get the UIEditor associated with this UIEditorCanvas.
Returns:
the UIEditor associated with this UIEditorCanvas

getModel

public abstract CmtModel getModel()
Get the current model being rendered.
Returns:
the current model being rendered.
See Also:
setModel(oracle.jdeveloper.cmt.CmtModel)

setModel

public abstract void setModel(CmtModel model)
Set the current model to render.
Parameters:
model - the model to render.
See Also:
getModel()

getDefaultFocusComponent

public abstract java.awt.Component getDefaultFocusComponent()
Get the Component that should reciev focus upon activation of this canvas.
Returns:
the Component to receive focus.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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