|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.gui.dialog.Dialog
|
+--net.aerith.misao.gui.dialog.AnimationDialog
The AnimationDialog represents a dialog to set the
parameters for animation.
| Field Summary | |
protected javax.swing.JTextField |
text_interval
The text field to input the animation interval. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
AnimationDialog()
Constructs a AnimationDialog. |
|
| Method Summary | |
int |
getInterval()
Gets the interval in milliseconds. |
protected java.lang.String |
getTitle()
Gets the title of the dialog. |
protected void |
saveDefaultValues()
Saves the default values. |
protected void |
setDefaultValues()
Sets the default values. |
void |
setInterval(int msec)
Sets the interval in milliseconds. |
| Methods inherited from class net.aerith.misao.gui.dialog.Dialog |
show |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected javax.swing.JTextField text_interval
| Constructor Detail |
public AnimationDialog()
AnimationDialog.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public int getInterval()
public void setInterval(int msec)
msec - the interval in milliseconds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||