uk.ac.soton.itinnovation.grid.client.registry.ui.resource
Class ResourcesTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by uk.ac.soton.itinnovation.grid.client.registry.ui.resource.ResourcesTableModel
All Implemented Interfaces:
Serializable, TableModel

public class ResourcesTableModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ResourcesTableModel(SimpleRegistry repository, org.apache.axis.message.addressing.EndpointReferenceType[] convos, boolean showStatus)
           
 
Method Summary
 void addData(org.apache.axis.message.addressing.EndpointReferenceType referenceAbles)
           
 void addData2(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
 int getColumnCount()
           
 String getColumnName(int col)
           
 Object getRow(int row)
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 void removeData(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
 void setData(org.apache.axis.message.addressing.EndpointReferenceType[] referenceAble)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcesTableModel

public ResourcesTableModel(SimpleRegistry repository,
                           org.apache.axis.message.addressing.EndpointReferenceType[] convos,
                           boolean showStatus)
Method Detail

getColumnName

public String getColumnName(int col)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel

getRow

public Object getRow(int row)

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

setData

public void setData(org.apache.axis.message.addressing.EndpointReferenceType[] referenceAble)

addData

public void addData(org.apache.axis.message.addressing.EndpointReferenceType referenceAbles)

addData2

public void addData2(org.apache.axis.message.addressing.EndpointReferenceType epr)

removeData

public void removeData(org.apache.axis.message.addressing.EndpointReferenceType epr)

getValueAt

public Object getValueAt(int row,
                         int col)


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.