|
|||||||||
| 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
The Dialog represents a dialog.
| Field Summary | |
protected java.lang.Object[] |
components
The components to show in this dialog. |
protected static java.util.Hashtable |
default_values
The default values. |
protected java.awt.Container |
parent_pane
The parent pane. |
| Constructor Summary | |
Dialog()
|
|
| Method Summary | |
protected abstract java.lang.String |
getTitle()
Gets the title of the dialog. |
protected void |
saveDefaultValues()
Saves the default values. |
int |
show(java.awt.Container pane)
Shows this dialog. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected java.lang.Object[] components
protected static java.util.Hashtable default_values
protected java.awt.Container parent_pane
| Constructor Detail |
public Dialog()
| Method Detail |
protected abstract java.lang.String getTitle()
protected void saveDefaultValues()
public int show(java.awt.Container pane)
pane - the parent pane of this dialog.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||