com.sas.table
Class RowLabelChangedEvent

com.sas.table.RowLabelChangedEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RowLabelChangedEvent

Reports a change to a table row's label.

An object that represents a table should create this event whenever a row label, or a contiguous range of row labels, has been changed, and send it to all registered listeners for ContentsChangedEvent.

See Also:
ContentsChangedSource, ColumnLabelChangedEvent, DataCellChangedEvent, Serialized Form

Field Summary
 
Fields inherited from class com.sas.table.LabelChangedEvent
count, index
 
Constructor Summary
RowLabelChangedEvent(java.lang.Object source, int index, int count)
          Constructs an event to signal a change to a range of row labels.
 

Constructor Detail

RowLabelChangedEvent

public RowLabelChangedEvent(java.lang.Object source,
                            int index,
                            int count)
Constructs an event to signal a change to a range of row labels. Row labels index through index+count-1 will be considered changed.

Parameters:
source - The table model whose row label(s) has changed.
index - The one-based identifier of the first (or only) changed row label.
count - The number of changed row labels.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.