com.sas.table
Class ColumnLabelChangedEvent

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

public class ColumnLabelChangedEvent

Reports a change to a table column's label.

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

See Also:
ContentsChangedSource, RowLabelChangedEvent, DataCellChangedEvent, Serialized Form

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

Constructor Detail

ColumnLabelChangedEvent

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

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



Copyright © 2009 SAS Institute Inc. All Rights Reserved.