Extension SDK 9.0.5

Uses of Interface
oracle.ide.addin.ViewSelectionListener

Packages that use ViewSelectionListener
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.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
 

Uses of ViewSelectionListener in oracle.ide
 

Classes in oracle.ide that implement ViewSelectionListener
 class IdeViewHandler
          For IDE internal use only.
 

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

Uses of ViewSelectionListener in oracle.ide.addin
 

Classes in oracle.ide.addin 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.addin with parameters of type ViewSelectionListener
 void AbstractView.addViewSelectionListener(ViewSelectionListener l)
          Add a ViewSelectionListener.
 void AbstractView.removeViewSelectionListener(ViewSelectionListener l)
          Remmove a ViewSelectionListener.
 void View.addViewSelectionListener(ViewSelectionListener l)
          Add a ViewSelectionListener.
 void View.removeViewSelectionListener(ViewSelectionListener l)
          Remmove a ViewSelectionListener.
 

Uses of ViewSelectionListener in oracle.ide.editor
 

Methods in oracle.ide.editor with parameters of type ViewSelectionListener
 void EditorFrame.addViewSelectionListener(ViewSelectionListener listener)
          Adds the specified listener as one of our ViewSelctionListeners.
 void EditorFrame.removeViewSelectionListener(ViewSelectionListener listener)
          Removes the specified listener from being one of our ViewSelctionListeners.
 

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 AbstractExplorer which provides a default implementation for all UIEditorCanvas behavior.
 


Extension SDK

 

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