Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.uieditor.UIEditorCanvas

Packages that use UIEditorCanvas
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.uieditor.uicanvas Contains classes that allow addins access to the UICanvas integration objects. 
 

Uses of UIEditorCanvas in oracle.jdeveloper.uieditor
 

Classes in oracle.jdeveloper.uieditor that implement UIEditorCanvas
 class AbstractCanvas
          AbstractCanvas provides an implementation of UIEditorCanvas based upon AbstractExplorer which provides a default implementation for all UIEditorCanvas behavior.
 

Methods in oracle.jdeveloper.uieditor that return UIEditorCanvas
abstract  UIEditorCanvas UIEditor.getActiveCanvas()
          Get the active UIEditorCanvas.
 UIEditorCanvas ModelFactory.getView(UIEditor editor)
          Find or create, for the given UIEditor, a UIEditorCanvas which is capable of manipulating instance of the CmtModel class produced by this ModelFactory.
 UIEditorCanvas AbstractFactory.getView(UIEditor editor)
          Get a UIEditorCanvas instance associated with the given UIEditor.
protected abstract  UIEditorCanvas AbstractFactory.createView()
          Create a custom instance of UIEditorCanvas specific to this factory.
 

Uses of UIEditorCanvas in oracle.jdeveloper.uieditor.uicanvas
 

Subinterfaces of UIEditorCanvas in oracle.jdeveloper.uieditor.uicanvas
 interface UICanvas
          UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects.
 


Extension SDK

 

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