hoplugins.teamAnalyzer.ui.model
Class UiRosterTableModel

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

public class UiRosterTableModel
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
UiRosterTableModel()
          Creates a new instance of UiFilterTableModel
UiRosterTableModel(java.util.Vector vector, java.util.Vector vector2)
          Creates a new UiRecapTableModel object.
 
Method Summary
 boolean isCellEditable(int row, int column)
          Method that returns if the cell if editable, false by default
 
Methods inherited from class hoplugins.commons.ui.BaseTableModel
getColumnClass
 
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

UiRosterTableModel

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

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

UiRosterTableModel

public UiRosterTableModel()
Creates a new instance of UiFilterTableModel

Method Detail

isCellEditable

public boolean isCellEditable(int row,
                              int column)
Method that returns if the cell if editable, false by default

Parameters:
row - the row index of the cell
column - the column index of the cell
Returns:
true if editable, false if not


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