issrg.policytester
Class EnvironmentTable

java.lang.Object
  extended by issrg.policytester.AbstractParameterValueTable
      extended by issrg.policytester.EnvironmentTable
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.MouseListener, java.util.EventListener, javax.swing.event.TableColumnModelListener

public class EnvironmentTable
extends AbstractParameterValueTable

Author:
Christian Azzopardi

Field Summary
 
Fields inherited from class issrg.policytester.AbstractParameterValueTable
model, table, tableModel
 
Constructor Summary
EnvironmentTable(javax.swing.JFrame owner)
          Creates a new instance of EnvironmentTable
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addRow(int rowLevel)
           
 void addToTableModel()
           
 void mouseClicked(java.awt.event.MouseEvent e)
           
 void removeFromVectors(int rowLevel)
           
 void setColumnWidths()
           
 javax.swing.JTextField setUpColumnThree(javax.swing.JTextField tf, java.lang.String type)
           
 javax.swing.JTextField setUpColumnTwo()
           
 
Methods inherited from class issrg.policytester.AbstractParameterValueTable
columnAdded, columnMarginChanged, columnMoved, columnRemoved, columnSelectionChanged, deleteRow, getContentPanel, mouseEntered, mouseExited, mousePressed, mouseReleased, setRowHeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentTable

public EnvironmentTable(javax.swing.JFrame owner)
Creates a new instance of EnvironmentTable

Method Detail

addToTableModel

public void addToTableModel()
Specified by:
addToTableModel in class AbstractParameterValueTable

setColumnWidths

public void setColumnWidths()
Specified by:
setColumnWidths in class AbstractParameterValueTable

addRow

public void addRow(int rowLevel)
Specified by:
addRow in class AbstractParameterValueTable

removeFromVectors

public void removeFromVectors(int rowLevel)
Specified by:
removeFromVectors in class AbstractParameterValueTable

setUpColumnTwo

public javax.swing.JTextField setUpColumnTwo()

setUpColumnThree

public javax.swing.JTextField setUpColumnThree(javax.swing.JTextField tf,
                                               java.lang.String type)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Specified by:
actionPerformed in class AbstractParameterValueTable

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in interface java.awt.event.MouseListener
Specified by:
mouseClicked in class AbstractParameterValueTable