org.springframework.richclient.table
Class VisibleTableModelEvent
java.lang.Object
java.util.EventObject
javax.swing.event.TableModelEvent
org.springframework.richclient.table.VisibleTableModelEvent
- All Implemented Interfaces:
- Serializable
public class VisibleTableModelEvent
- extends TableModelEvent
VisibleTableModelEvent adds the method isVisible to test if the cell
identified by the event is visible.
- See Also:
- Serialized Form
Method Summary |
boolean |
isVisible(JTable table)
|
void |
reset()
Invoked to indicate the visible rows/columns need to be recalculated
again. |
void |
set(int row,
int col)
Resets the underlying fields of the TableModelEvent. |
VisibleTableModelEvent
public VisibleTableModelEvent(TableModel source)
set
public void set(int row,
int col)
- Resets the underlying fields of the TableModelEvent. This assumes no ONE
is going to cache the TableModelEvent.
reset
public void reset()
- Invoked to indicate the visible rows/columns need to be recalculated
again.
isVisible
public boolean isVisible(JTable table)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.