|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectciips.animation.InputDialogEvent
An InputDialogEvent is despatched from an InputDialog - it contains the string in the text field when the user hit "OK"
Constructor Summary | |
InputDialogEvent(java.awt.Component source,
java.lang.String t)
Method which will be notified when an InputDialog completes |
Method Summary | |
java.awt.Component |
getSource()
|
java.lang.String |
getText()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InputDialogEvent(java.awt.Component source, java.lang.String t)
Method Detail |
public java.lang.String getText()
public java.awt.Component getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |