|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
pl.psnc.vlab.util.gui.table.model.AbstractDefaultTableModel
pl.psnc.vlab.util.gui.table.model.AbstractCustomTableModel
public abstract class AbstractCustomTableModel
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
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 |
---|
public AbstractCustomTableModel(ModelProperties modelProperties)
modelProperties
- instance of ModelPropertiesMethod Detail |
---|
public ModelProperties getModelProperties()
|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |