hoplugins.teamAnalyzer.ui.model
Class UiRecapTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byjavax.swing.table.DefaultTableModel
          extended byhoplugins.commons.ui.BaseTableModel
              extended byhoplugins.teamAnalyzer.ui.model.UiRecapTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class UiRecapTableModel
extends hoplugins.commons.ui.BaseTableModel

Custom RatingTable model

Author:
Massimiliano Amato
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.DefaultTableModel
columnIdentifiers, dataVector
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
UiRecapTableModel()
          Creates a new instance of UiFilterTableModel
UiRecapTableModel(java.util.Vector vector, java.util.Vector vector2)
          Creates a new UiRecapTableModel object.
 
Method Summary
 java.lang.Class getColumnClass(int column)
          Returns the column class type
 
Methods inherited from class hoplugins.commons.ui.BaseTableModel
isCellEditable
 
Methods inherited from class javax.swing.table.DefaultTableModel
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiRecapTableModel

public UiRecapTableModel(java.util.Vector vector,
                         java.util.Vector vector2)
Creates a new UiRecapTableModel object.

Parameters:
vector - Vector of table data
vector2 - Vector of column names

UiRecapTableModel

public UiRecapTableModel()
Creates a new instance of UiFilterTableModel

Method Detail

getColumnClass

public java.lang.Class getColumnClass(int column)
Returns the column class type

Parameters:
column -
Returns:


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.