Extension SDK 10.1.2

Uses of Interface
oracle.ide.explorer.Explorer

Packages that use Explorer
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
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 Explorer in oracle.ide.explorer
 

Classes in oracle.ide.explorer that implement Explorer
 class AbstractExplorer
          Explorer base class.
 

Methods in oracle.ide.explorer that return Explorer
 Explorer ExplorerWindow.getExplorer()
          Get the Explorer currently being displayed.
abstract  Explorer ExplorerManager.getExplorerForHost(View host, Context context)
          Gets the Explorer associated with the specified host for the given context.
 

Uses of Explorer in oracle.jdeveloper.uieditor
 

Subinterfaces of Explorer in oracle.jdeveloper.uieditor
 interface UIEditorCanvas
          UIEditorCanvas represents a design canvas for hosting within the UIEditor.
 

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

Uses of Explorer in oracle.jdeveloper.uieditor.uicanvas
 

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

Methods in oracle.jdeveloper.uieditor.uicanvas that return Explorer
 Explorer LayoutAssistant.getConstraintsEditor(Context context)
          Get an Explorer implementation with which to modify the constraints settings, else null.
 


Extension SDK

 

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