com.zfqjava.swing.event
Class CellSelectionEvent
java.lang.Object
java.util.EventObject
com.zfqjava.swing.event.CellSelectionEvent
- All Implemented Interfaces:
- Serializable
public class CellSelectionEvent
- extends EventObject
- See Also:
- Serialized Form
CellSelectionEvent
public CellSelectionEvent(Object source,
Cell[] addedCells,
Cell[] removedCells,
boolean isAdjusting)
getAddedCells
public Cell[] getAddedCells()
- Retruns the added cells.
getRemovedCells
public Cell[] getRemovedCells()
- Returns the removed cells.
getValueIsAdjusting
public boolean getValueIsAdjusting()
- Returns true if this is one of multiple change events.
- Returns:
- true if this is one of a rapid series of events
Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.