|
|||||||||
| 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.toolkit.ImageConversion.OutputDialog
The OutputDialog represents a dialog to select the
directory to create converted images into.
| Inner Class Summary | |
protected class |
OutputDialog.BrowseListener
The BrowseListener is a listener class of button
push to open a file chooser dialog to select a directory. |
| Field Summary | |
protected javax.swing.JButton |
button_browse
The button to browser. |
protected javax.swing.JCheckBox |
checkbox_create_index
The check box to create index.html. |
protected java.awt.Container |
parent_pane
The parent pane. |
protected javax.swing.JTextField |
text_path
The text field to input catalog path. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
OutputDialog()
Constructs a OutputDialog. |
|
| Method Summary | |
boolean |
createsIndex()
Returns true when to create index.html. |
java.lang.String |
getPath()
Gets the directory path. |
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. |
int |
show(java.awt.Container pane)
Shows this dialog. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected javax.swing.JTextField text_path
protected javax.swing.JButton button_browse
protected javax.swing.JCheckBox checkbox_create_index
protected java.awt.Container parent_pane
| Constructor Detail |
public OutputDialog()
OutputDialog.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public int show(java.awt.Container pane)
pane - the parent pane of this dialog.public boolean createsIndex()
public java.lang.String getPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||