|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a method called when JTipsDialog is closed.
JTipsListeners are added to a JTipsDialog.
Copyright (c) 2003
Document Date: 7/03
Company: Vermalt LLC
Method Summary | |
void |
jTipsDialogClosed(java.awt.Dimension d,
java.awt.Point p,
boolean show_at_startup,
int last_index)
JTipsDialog calls this method when the dialog is closed. |
Method Detail |
public void jTipsDialogClosed(java.awt.Dimension d, java.awt.Point p, boolean show_at_startup, int last_index)
JTipsDialog calls this method when the dialog is closed.
d
- The Dimension the dialog is at when closed.p
- The Point the dialog is at when closed.show_at_startup
- The state of the show at startup checkboxlast_index
- The index of the last shown tip
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |