net.aerith.misao.gui.dialog
Class CatalogSelectionDialog

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

public class CatalogSelectionDialog
extends Dialog

The CatalogSelectionDialog represents a dialog to select some of the catalogs from the specified list.


Field Summary
protected  CatalogSelectionTable table
          The table to select catalogs.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
CatalogSelectionDialog()
          Constructs a CatalogSelectionDialog of all supported catalogs.
CatalogSelectionDialog(java.util.Vector catalog_list)
          Constructs a CatalogSelectionDialog.
 
Method Summary
 java.util.Vector getSelectedCatalogList()
          Gets the list of selected catalogs.
protected  java.lang.String getTitle()
          Gets the title of the dialog.
private  void initialize(java.util.Vector catalog_list)
          Initializes.
 
Methods inherited from class net.aerith.misao.gui.dialog.Dialog
saveDefaultValues, show
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

table

protected CatalogSelectionTable table
The table to select catalogs.
Constructor Detail

CatalogSelectionDialog

public CatalogSelectionDialog()
Constructs a CatalogSelectionDialog of all supported catalogs.

CatalogSelectionDialog

public CatalogSelectionDialog(java.util.Vector catalog_list)
Constructs a CatalogSelectionDialog.
Parameters:
catalog_list - the list of catalogs.
Method Detail

initialize

private void initialize(java.util.Vector catalog_list)
Initializes.
Parameters:
catalog_list - the list of catalogs.

getTitle

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

getSelectedCatalogList

public java.util.Vector getSelectedCatalogList()
Gets the list of selected catalogs.
Returns:
the list of selected catalogs.