edu.jhu.tmaj.client.tables
Class SearchDialog

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.SearchDialog

public final class SearchDialog
extends java.lang.Object

The dialog displayed when the user presses the search button on an InputPanel.


Method Summary
 void displayDialog(java.awt.Frame owner)
           
static SearchDialog getInstance(JBean bean, TableData4 tableData)
          Gets an instance of this Dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

displayDialog

public void displayDialog(java.awt.Frame owner)

getInstance

public static SearchDialog getInstance(JBean bean,
                                       TableData4 tableData)
Gets an instance of this Dialog.

Parameters:
bean - the generic bean from the InputPanel
tableData - the TableData of the InputPanel