JComponentPack 1.5.0

com.zfqjava.swing.event
Class CellSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.zfqjava.swing.event.CellSelectionEvent
All Implemented Interfaces:
Serializable

public class CellSelectionEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CellSelectionEvent(Object source, Cell[] addedCells, Cell[] removedCells, boolean isAdjusting)
           
 
Method Summary
 Cell[] getAddedCells()
          Retruns the added cells.
 Cell[] getRemovedCells()
          Returns the removed cells.
 boolean getValueIsAdjusting()
          Returns true if this is one of multiple change events.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellSelectionEvent

public CellSelectionEvent(Object source,
                          Cell[] addedCells,
                          Cell[] removedCells,
                          boolean isAdjusting)
Method Detail

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

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.