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

E13403-07

Uses of Interface
oracle.ide.view.ViewSelectionListener

Packages that use ViewSelectionListener
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.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.ide.view   
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 ViewSelectionListener in oracle.ide.explorer
 

Classes in oracle.ide.explorer that implement ViewSelectionListener
 class ExplorerWindow
           
 

Uses of ViewSelectionListener in oracle.ide.inspector
 

Classes in oracle.ide.inspector that implement ViewSelectionListener
 class InspectorWindow
          The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.
 

Uses of ViewSelectionListener in oracle.ide.view
 

Classes in oracle.ide.view that implement ViewSelectionListener
 class AbstractPinnable
          AbstractPinnable implements the Pinnable interface as it applies to a DockableWindow which is capable of responding to changes in selection in the active View as well as changes of the active View from one View to another.
 

Methods in oracle.ide.view with parameters of type ViewSelectionListener
 void View.addViewSelectionListener(ViewSelectionListener l)
           
 void View.removeViewSelectionListener(ViewSelectionListener l)
           
 

Uses of ViewSelectionListener in oracle.jdeveloper.uieditor
 

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

Uses of ViewSelectionListener in oracle.jdeveloper.uieditor.uicanvas
 

Classes in oracle.jdeveloper.uieditor.uicanvas that implement ViewSelectionListener
 class UICanvas
          UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects.
 


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.