|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.addin.ViewAdapter
Defaul ViewListener
implementations. Extend this class if you
only one to implement some of the ViewListener
methods.
Constructor Summary | |
ViewAdapter()
|
Method Summary | |
void |
viewActivated(ViewEvent e)
Called when the view is activated. |
void |
viewClosed(ViewEvent e)
Called when the view is closed. |
void |
viewDeactivated(ViewEvent e)
Called when the view is deactivated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ViewAdapter()
Method Detail |
public void viewActivated(ViewEvent e)
ViewListener
ViewEvent
provides
information about the view activated.
viewActivated
in interface ViewListener
public void viewDeactivated(ViewEvent e)
ViewListener
ViewEvent
provides
information about the view activated.
viewDeactivated
in interface ViewListener
public void viewClosed(ViewEvent e)
ViewListener
ViewEvent
provides
information about the view activated.
viewClosed
in interface ViewListener
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.