|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.dacf.control.NavigatingException
This exception is thrown to stop the NavigationEvent delivery cycle and to transfer the focus to some other control. NavigationEvent's are delivered when focus changes from one control to another.
Control
,
NavigationEvent
,
NavigationListener
,
Serialized FormConstructor Summary | |
NavigatingException(Control target)
Constructs a NavigatingException. |
|
NavigatingException(Control target,
java.lang.String msg)
Constructs a NavigatingException. |
Method Summary | |
Control |
getTarget()
Returns the control that should receive focus. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NavigatingException(Control target)
target
- Control to which focus should now be redirectedpublic NavigatingException(Control target, java.lang.String msg)
target
- Control to which focus should now be redirectedmsg
- Detailed message describing the reason for
redirecting the focusMethod Detail |
public final Control getTarget()
|
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.