VLab Common 1.2

pl.psnc.vlab.util.gui.table.model
Class AbstractCustomTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by pl.psnc.vlab.util.gui.table.model.AbstractDefaultTableModel
          extended by pl.psnc.vlab.util.gui.table.model.AbstractCustomTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Direct Known Subclasses:
EventLogTableModel

public abstract class AbstractCustomTableModel
extends AbstractDefaultTableModel

AbstractCustomTableModel - abstract table model class. This abstract class provides default implementations for most of the methods in the TableModel interface. It can be customized by ModelProperties object

Author:
Dominik Stoklosa (~osa~)
See Also:
Serialized Form
Email address
osa@man.poznan.pl

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
AbstractCustomTableModel(ModelProperties modelProperties)
          Creates a new instance of AbstractCustomTableModel
 
Method Summary
 ModelProperties getModelProperties()
          Get value of modelProperties
 
Methods inherited from class pl.psnc.vlab.util.gui.table.model.AbstractDefaultTableModel
getColumnClass, getColumnCount, getColumnName, isCellEditable, setColumnNames, setColumnTypes, setEditable
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.table.TableModel
getRowCount, getValueAt
 

Constructor Detail

AbstractCustomTableModel

public AbstractCustomTableModel(ModelProperties modelProperties)
Creates a new instance of AbstractCustomTableModel

Parameters:
modelProperties - instance of ModelProperties
Method Detail

getModelProperties

public ModelProperties getModelProperties()
Get value of modelProperties

Returns:
the modelProperties

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.