|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.threeD.ui.event.UIEvent
net.sf.j3d.threeD.ui.event.DialogCloseEvent
public class DialogCloseEvent
A DialogCloseEvent object represents the event of closing a dialog.
| Constructor Summary | |
|---|---|
DialogCloseEvent(Dialog dialog)
Constructs a new DialogCloseEvent object for the specified Dialog object. |
|
| Method Summary | |
|---|---|
Dialog |
getDialog()
Returns the dialog that has been closed. |
String |
toString()
Returns "DialogCloseEvent". |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DialogCloseEvent(Dialog dialog)
| Method Detail |
|---|
public Dialog getDialog()
public String toString()
toString in class UIEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||