|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.view.ViewAdapter
public class 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)
ViewListenerViewEvent provides information about the view activated.viewActivated in interface ViewListenerpublic void viewDeactivated(ViewEvent e)
ViewListenerViewEvent provides information about the view activated.viewDeactivated in interface ViewListenerpublic void viewClosed(ViewEvent e)
ViewListenerViewEvent provides information about the view activated.viewClosed in interface ViewListener
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||