net.aerith.misao.gui.dialog
Class ConfigureDefaultCatalogPathDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.gui.dialog.OpenCatalogDialog
              |
              +--net.aerith.misao.gui.dialog.ConfigureDefaultCatalogPathDialog

public class ConfigureDefaultCatalogPathDialog
extends OpenCatalogDialog

The ConfigureDefaultCatalogPathDialog represents a dialog to set the default path to read the catalog.


Fields inherited from class net.aerith.misao.gui.dialog.OpenCatalogDialog
catalog_panel
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
ConfigureDefaultCatalogPathDialog(java.util.Vector catalog_list)
          Constructs an OpenIdentificaitonCatalogDialog.
 
Method Summary
protected  java.lang.String getTitle()
          Gets the title of the dialog.
 
Methods inherited from class net.aerith.misao.gui.dialog.OpenCatalogDialog
getCatalogPath, getSelectedCatalogReader, saveDefaultValues, setDefaultValues
 
Methods inherited from class net.aerith.misao.gui.dialog.Dialog
show
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ConfigureDefaultCatalogPathDialog

public ConfigureDefaultCatalogPathDialog(java.util.Vector catalog_list)
Constructs an OpenIdentificaitonCatalogDialog.
Parameters:
catalog_list - the list of catalogs.
Method Detail

getTitle

protected java.lang.String getTitle()
Gets the title of the dialog.
Overrides:
getTitle in class OpenCatalogDialog
Returns:
the title of the dialog.