|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.control.CurrencyChangedEvent
This event is sent by the NavigationManager to all CurrencyListeners whenever the the "current" control is changed. The "current" control is the control that has keyboard focus.
Constructor Summary | |
CurrencyChangedEvent(Control currentControl,
Control prevControl)
|
Method Summary | |
Control |
getCurrentControl()
returns the current control; the control that now has keyboard focus. |
Control |
getPreviousControl()
returns the previous control; the control that previously had keyboard focus. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CurrencyChangedEvent(Control currentControl, Control prevControl)
Method Detail |
public Control getCurrentControl()
public Control getPreviousControl()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.