public abstract class IlvAbstractFlatTableModel extends Object implements IlvFlatTableModel, IlvDataConverter, Cloneable
IlvFlatTableModel
interface which handles the notification to listeners of the model.
However, it does not constrain the nature of the records or table stored in the model.
BEFORE_COLUMN_REMOVED_MASK, BEFORE_DATA_CHANGE_MASK, BEFORE_ROWS_REMOVED_MASK
Constructor and Description |
---|
IlvAbstractFlatTableModel()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addFlatTableModelListener(FlatTableModelListener listener)
Adds a listener.
|
Object |
clone()
Returns a copy of this object.
|
double |
convertToDouble(Object value)
Converts an object to a double.
|
void |
endBatch()
Terminates a group of modifications.
|
void |
fireModelEvent(FlatTableModelEvent event)
Notifies the listeners of a model event.
|
int |
getSupportedEventsMask()
Returns a bit mask denoting the optional kinds of events that are guaranteed
to be sent by this model to the registered listeners.
|
void |
removeFlatTableModelListener(FlatTableModelListener listener)
Removes a listener.
|
void |
startBatch()
Starts a group of modifications.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumn, getColumnCount, getDoubleAt, getRowCount, getValueAt, setDoubleAt, setValueAt
public IlvAbstractFlatTableModel()
public void startBatch()
startBatch
in interface IlvFlatTableModel
startBatch
in interface IlvBatchable
public void fireModelEvent(FlatTableModelEvent event)
public void endBatch()
endBatch
in interface IlvFlatTableModel
endBatch
in interface IlvBatchable
public void addFlatTableModelListener(FlatTableModelListener listener)
addFlatTableModelListener
in interface IlvFlatTableModel
public void removeFlatTableModelListener(FlatTableModelListener listener)
removeFlatTableModelListener
in interface IlvFlatTableModel
public int getSupportedEventsMask()
This implementation returns 0. It ought to be overridden in subclasses.
getSupportedEventsMask
in interface IlvFlatTableModel
IlvFlatTableModel.BEFORE_DATA_CHANGE_MASK
,
IlvFlatTableModel.BEFORE_ROWS_REMOVED_MASK
,
IlvFlatTableModel.BEFORE_COLUMN_REMOVED_MASK
public double convertToDouble(Object value)
getDoubleAt
for columns that are not
of type Double.convertToDouble
in interface IlvDataConverter
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.