ilog.cpl.table.selection
Class TableSelectionEvent
java.lang.Object
java.util.EventObject
ilog.cpl.table.selection.TableSelectionEvent
- All Implemented Interfaces:
- Serializable
public class TableSelectionEvent
- extends EventObject
Event representing a change in the selection model.
- Since:
- JTGO 3.0
- See Also:
- Serialized Form
TableSelectionEvent
public TableSelectionEvent(Object source,
Collection selection,
Collection changes,
boolean isAdjusting)
- Constructor.
- Parameters:
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 -
getSelection
public Collection getSelection()
- Get the current selection as a collection of IlpArea
isAdjusting
public boolean isAdjusting()
getChanges
public Collection getChanges()
- get the changes in the selection as a collection of
IlpArea
If null then everything has to be redrawn.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.