|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
oracle.ide.panels.ApplyEvent
The ApplyEvent
is the event object used in the methods
that are part of the ApplyListener
interface. The source
object for an ApplyEvent
is the
TraversableContext
of the NavigableUIContainer
at
the time the ApplyEvent
was fired.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ApplyEvent(TraversableContext source)
Creates a new ApplyEvent . |
Method Summary | |
TraversableContext |
getTraversableContext()
Returns the TraversableContext that is the event source
for this ApplyEvent . |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ApplyEvent(TraversableContext source)
ApplyEvent
.
source
- The TraversableContext
of the NavigableUIContainer
at the time the ApplyEvent
was
fired.Method Detail |
public TraversableContext getTraversableContext()
TraversableContext
that is the event source
for this ApplyEvent
.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.