Extension SDK 10.1.2

Uses of Class
oracle.ide.addin.ActiveViewEvent

Packages that use ActiveViewEvent
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.compiler Contains classes that allow addins to integrate their own build system translator. 
 

Uses of ActiveViewEvent in oracle.ide
 

Methods in oracle.ide with parameters of type ActiveViewEvent
 void IdeViewHandler.activeViewChanged(ActiveViewEvent e)
           
 

Uses of ActiveViewEvent in oracle.ide.addin
 

Methods in oracle.ide.addin with parameters of type ActiveViewEvent
protected  void AbstractPinnable.activeViewChanged(ActiveViewEvent e)
          Respond to a change of active View filtered by the current pin state.
 void ActiveViewListener.activeViewChanged(ActiveViewEvent e)
          This method is called every time a view becomes the active view.
 

Uses of ActiveViewEvent in oracle.jdeveloper.compiler
 

Methods in oracle.jdeveloper.compiler with parameters of type ActiveViewEvent
 void CompilerPage.activeViewChanged(ActiveViewEvent e)
           
 


Extension SDK

 

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