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

E13403-07

Uses of Class
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
 

Subclasses of Explorer in oracle.ide.explorer
 class AbstractTreeExplorer
          Provides a base class for tree explorer implementations.
 class TreeExplorer
          The TreeExplorer interface defines the API for managing the nodes in the navigator and explorer trees.
 

Methods in oracle.ide.explorer that return Explorer
abstract  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
 

Subclasses of Explorer in oracle.jdeveloper.uieditor
 class AbstractCanvas
          AbstractCanvas provides an implementation of UIEditorCanvas based upon Explorer which provides a default implementation for all UIEditorCanvas behavior.
 class UIEditorCanvas
          UIEditorCanvas represents a design canvas for hosting within the UIEditor.
 

Uses of Explorer in oracle.jdeveloper.uieditor.uicanvas
 

Subclasses of Explorer in oracle.jdeveloper.uieditor.uicanvas
 class AssistantExplorer
           
 class 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.
 


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

E13403-07

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