|
Oracle JEWT API Reference Release 4.2.24.0.0 B12199-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.bali.ewt.model.TwoDModelAdapter
A TwoDModelAdapter is an implementation of the TwoDModelListener.
Clients can subclass TwoDModelAdapter and override any methods they choose.
TwoDModel
,
TwoDModelEvent
,
TwoDModelListener
Constructor Summary | |
TwoDModelAdapter()
|
Method Summary | |
void |
columnsAdded(TwoDModelEvent e)
The TwoDModel has added some columns. |
void |
columnsRemoved(TwoDModelEvent e)
The TwoDModel has removed some columns. |
void |
invalidateCells(TwoDModelEvent e)
The data in the given cells has changed. |
void |
invalidateColumns(TwoDModelEvent e)
The data has changed in the given columns. |
void |
invalidateRows(TwoDModelEvent e)
The data has changed in the given rows. |
void |
rowsAdded(TwoDModelEvent e)
The TwoDModel has added some rows. |
void |
rowsRemoved(TwoDModelEvent e)
The TwoDModel has removed some rows. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TwoDModelAdapter()
Method Detail |
public void rowsAdded(TwoDModelEvent e)
rowsAdded
in interface TwoDModelListener
e
- event objectpublic void rowsRemoved(TwoDModelEvent e)
rowsRemoved
in interface TwoDModelListener
e
- event objectpublic void invalidateRows(TwoDModelEvent e)
invalidateRows
in interface TwoDModelListener
e
- event objectpublic void columnsAdded(TwoDModelEvent e)
columnsAdded
in interface TwoDModelListener
e
- event objectpublic void columnsRemoved(TwoDModelEvent e)
columnsRemoved
in interface TwoDModelListener
e
- event objectpublic void invalidateColumns(TwoDModelEvent e)
invalidateColumns
in interface TwoDModelListener
e
- event objectpublic void invalidateCells(TwoDModelEvent e)
invalidateCells
in interface TwoDModelListener
e
- event object
|
Oracle JEWT 4.2.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |