ilog.cpl.table.selection
Class TableSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableSelectionEvent(Object source, Collection selection, Collection changes, boolean isAdjusting)
          Constructor.
 
Method Summary
 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()
           
 
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

TableSelectionEvent

public TableSelectionEvent(Object source,
                           Collection selection,
                           Collection changes,
                           boolean isAdjusting)
Constructor.

Parameters:
source - The model in which the selection has changed
selection - 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 -
Method Detail

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.