|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewEvent | |
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 ViewEvent in oracle.ide.addin |
Methods in oracle.ide.addin with parameters of type ViewEvent | |
void |
ViewAdapter.viewActivated(ViewEvent e)
|
void |
ViewAdapter.viewDeactivated(ViewEvent e)
|
void |
ViewAdapter.viewClosed(ViewEvent e)
|
protected void |
AbstractView.fireViewActivated(ViewEvent e)
|
protected void |
AbstractView.fireViewDeactivated(ViewEvent e)
|
protected void |
AbstractView.fireViewClosed(ViewEvent e)
|
void |
ViewListener.viewActivated(ViewEvent e)
Called when the view is activated. |
void |
ViewListener.viewDeactivated(ViewEvent e)
Called when the view is deactivated. |
void |
ViewListener.viewClosed(ViewEvent e)
Called when the view is closed. |
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. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.