hoplugins.teamAnalyzer.ui.model
Class UiRatingTableModel

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

public class UiRatingTableModel
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
UiRatingTableModel()
          Creates a new instance of UiFilterTableModel
UiRatingTableModel(java.util.Vector vector, java.util.Vector vector2)
          Creates a new UiRatingTableModel 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

UiRatingTableModel

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

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

UiRatingTableModel

public UiRatingTableModel()
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.