edu.jhu.tmaj.client.specimens
Class SpecimenInputPanel

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.InputPanel4
      extended by edu.jhu.tmaj.client.specimens.SpecimenInputPanel
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public final class SpecimenInputPanel
extends InputPanel4

An InputPanel for entering detailed specimen information


Field Summary
 
Fields inherited from class edu.jhu.tmaj.client.tables.InputPanel4
singleCheckBox, table, tableData, tableModel, tableScrollPane
 
Constructor Summary
SpecimenInputPanel(TableData4 tableData4)
           
 
Method Summary
protected  SingleInputPanel getSingleInputPanel()
           
 
Methods inherited from class edu.jhu.tmaj.client.tables.InputPanel4
actionPerformed, addComponent, copyColumns, delete, disableAddingNewRows, disableEditing, foreignSearch, getPanel, getTableData, hideColumns, save, search, setReducedFont, shrinkButton, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecimenInputPanel

public SpecimenInputPanel(TableData4 tableData4)
Method Detail

getSingleInputPanel

protected SingleInputPanel getSingleInputPanel()
Overrides:
getSingleInputPanel in class InputPanel4