org.globus.ogsa.gui
Class ServiceDataDescriptionListTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byorg.globus.ogsa.gui.ServiceDataDescriptionListTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class ServiceDataDescriptionListTableModel
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ServiceDataDescriptionListTableModel()
           
 
Method Summary
 void addList(ServiceDataType[] serviceData, javax.xml.namespace.QName portType)
           
 void endList()
           
 int getColumnCount()
           
 java.lang.String getColumnName(int index)
           
 java.util.List getList()
           
 javax.xml.namespace.QName getName(int row)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int column)
           
 boolean isCellEditable(int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDataDescriptionListTableModel

public ServiceDataDescriptionListTableModel()
Method Detail

endList

public void endList()

addList

public void addList(ServiceDataType[] serviceData,
                    javax.xml.namespace.QName portType)

getList

public java.util.List getList()

isCellEditable

public boolean isCellEditable(int row,
                              int col)

getColumnName

public java.lang.String getColumnName(int index)

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public java.lang.Object getValueAt(int row,
                                   int column)

getName

public javax.xml.namespace.QName getName(int row)


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.