edu.jhu.tmaj.client.admin
Class UserInputPanel

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

public class UserInputPanel
extends InputPanel4

A InputPanel that provides for adding, modifying, and deleting users


Field Summary
 
Fields inherited from class edu.jhu.tmaj.client.tables.InputPanel4
singleCheckBox, table, tableData, tableModel, tableScrollPane
 
Constructor Summary
UserInputPanel(TableData4 tableData4)
           
 
Method Summary
 
Methods inherited from class edu.jhu.tmaj.client.tables.InputPanel4
actionPerformed, addComponent, copyColumns, delete, disableAddingNewRows, disableEditing, foreignSearch, getPanel, getSingleInputPanel, 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

UserInputPanel

public UserInputPanel(TableData4 tableData4)