cgl.narada.gui.admin.reliable.viewtable
Class DataTablePanel

java.lang.Object
  extended by cgl.narada.gui.admin.reliable.viewtable.DataTablePanel
All Implemented Interfaces:
ActionListener, EventListener

public class DataTablePanel
extends Object
implements ActionListener


Field Summary
protected  JPanel bottom
           
protected  NbTableModel nbTableModel
           
protected  JButton refreshButton
           
protected  JTable table
           
protected  JLabel titleBar
           
 
Constructor Summary
DataTablePanel(NbTableModel nbTableModel, String titleContent)
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
 JPanel getPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected JTable table

nbTableModel

protected NbTableModel nbTableModel

bottom

protected JPanel bottom

titleBar

protected JLabel titleBar

refreshButton

protected JButton refreshButton
Constructor Detail

DataTablePanel

public DataTablePanel(NbTableModel nbTableModel,
                      String titleContent)
Method Detail

getPanel

public JPanel getPanel()

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener


For comments and suggestions please send e-mail to The NaradaBrokering Project