Oracle JEWT API Reference
Release 4.2.24.0.0
B12199-01

oracle.bali.ewt.model
Class TwoDModelAdapter

java.lang.Object
  |
  +--oracle.bali.ewt.model.TwoDModelAdapter
All Implemented Interfaces:
java.util.EventListener, TwoDModelListener

public abstract class TwoDModelAdapter
extends java.lang.Object
implements TwoDModelListener

A TwoDModelAdapter is an implementation of the TwoDModelListener.

Clients can subclass TwoDModelAdapter and override any methods they choose.

Since:
EWT 3.1
See Also:
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

TwoDModelAdapter

public TwoDModelAdapter()
Method Detail

rowsAdded

public void rowsAdded(TwoDModelEvent e)
The TwoDModel has added some rows.

Specified by:
rowsAdded in interface TwoDModelListener
Parameters:
e - event object

rowsRemoved

public void rowsRemoved(TwoDModelEvent e)
The TwoDModel has removed some rows.

Specified by:
rowsRemoved in interface TwoDModelListener
Parameters:
e - event object

invalidateRows

public void invalidateRows(TwoDModelEvent e)
The data has changed in the given rows. The listener should probably repaint in response to this method.

Specified by:
invalidateRows in interface TwoDModelListener
Parameters:
e - event object

columnsAdded

public void columnsAdded(TwoDModelEvent e)
The TwoDModel has added some columns.

Specified by:
columnsAdded in interface TwoDModelListener
Parameters:
e - event object

columnsRemoved

public void columnsRemoved(TwoDModelEvent e)
The TwoDModel has removed some columns.

Specified by:
columnsRemoved in interface TwoDModelListener
Parameters:
e - event object

invalidateColumns

public void invalidateColumns(TwoDModelEvent e)
The data has changed in the given columns. The listener should probably repaint in response to this method.

Specified by:
invalidateColumns in interface TwoDModelListener
Parameters:
e - event object

invalidateCells

public void invalidateCells(TwoDModelEvent e)
The data in the given cells has changed. The listener should probably repaint in response to this method.

Specified by:
invalidateCells in interface TwoDModelListener
Parameters:
e - event object

Oracle JEWT 4.2.24

Copyright © [xxxx],2003, Oracle. All Rights Reserved.