public class TableSelectionEvent extends EventObject
source
Constructor and Description |
---|
TableSelectionEvent(Object source,
Collection selection,
Collection changes,
boolean isAdjusting)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection |
getChanges()
get the changes in the selection as a collection of
IlpArea
If null then everything has to be redrawn. |
Collection |
getSelection()
Get the current selection as a collection of IlpArea
|
boolean |
isAdjusting()
Returns if the selection model is currently being adjusted.
|
getSource, toString
public TableSelectionEvent(Object source, Collection selection, Collection changes, boolean isAdjusting)
source
- The model in which the selection has changedselection
- the new selection (collection of IlpArea)changes
- collection of IlpArea representing the changes in
the selection (what has been added, what has been removed). If
null then everything has to be redrawn.isAdjusting
- Whether the selection model is being adjusted or notpublic Collection getSelection()
public boolean isAdjusting()
true
if changes are being performed in
the selection model.public Collection getChanges()
IlpArea
If null
then everything has to be redrawn.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.