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

E13403-05

Uses of Class
oracle.ide.view.ViewEvent

Packages that use ViewEvent
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. 
 

Uses of ViewEvent in oracle.ide.inspector
 

Methods in oracle.ide.inspector with parameters of type ViewEvent
 void PropertyInspector.viewActivated(ViewEvent e)
           
 void PropertyInspector.viewClosed(ViewEvent e)
           
 void PropertyInspector.viewDeactivated(ViewEvent e)
           
 

Uses of ViewEvent in oracle.ide.view
 

Methods in oracle.ide.view with parameters of type ViewEvent
 void ViewListener.viewActivated(ViewEvent e)
          Called when the view is activated.
 void ViewAdapter.viewActivated(ViewEvent e)
           
 void ViewListener.viewClosed(ViewEvent e)
          Called when the view is closed.
 void ViewAdapter.viewClosed(ViewEvent e)
           
 void ViewListener.viewDeactivated(ViewEvent e)
          Called when the view is deactivated.
 void ViewAdapter.viewDeactivated(ViewEvent e)
           
 

Uses of ViewEvent in oracle.jdeveloper.uieditor
 

Methods in oracle.jdeveloper.uieditor with parameters of type ViewEvent
 void AbstractFactory.viewClosed(ViewEvent e)
          Respond to a UIEditor closing by sending a stateChanged message to the UIEditorCanvas that we have associated with that UIEditor and removing self as a ViewListener from the UIEditor.
 


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

E13403-05

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