Extension SDK 10.1.2

Uses of Class
oracle.ide.addin.ViewSelectionEvent

Packages that use ViewSelectionEvent
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.addin Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
 

Uses of ViewSelectionEvent in oracle.ide
 

Methods in oracle.ide with parameters of type ViewSelectionEvent
 void IdeViewHandler.viewSelectionChanged(ViewSelectionEvent e)
           
 

Uses of ViewSelectionEvent in oracle.ide.addin
 

Methods in oracle.ide.addin with parameters of type ViewSelectionEvent
 void AbstractPinnable.viewSelectionChanged(ViewSelectionEvent e)
          Respond to a change in selection in the pinned View based on the pin state.
protected  void AbstractView.fireViewSelectionChanged(ViewSelectionEvent e)
           
 void ViewSelectionListener.viewSelectionChanged(ViewSelectionEvent e)
          This method is called every time the selection changes in a view.
 

Uses of ViewSelectionEvent in oracle.jdeveloper.uieditor
 

Methods in oracle.jdeveloper.uieditor with parameters of type ViewSelectionEvent
 void AbstractCanvas.viewSelectionChanged(ViewSelectionEvent e)
          Respond to a ViewSelectionEvent in our associated UIEditor by firing our own ViewSelectionEvent reflecting the new selection.
 


Extension SDK

 

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