|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.table.LabelChangedEvent
public abstract class LabelChangedEvent
Defines an abstract base class for reporting changes to table labels.
ColumnLabelChangedEvent
,
RowLabelChangedEvent
,
Serialized FormField Summary | |
---|---|
int |
count
The number of changed labels. |
int |
index
The one-based identifier of the first (or only) changed label. |
Constructor Summary | |
---|---|
LabelChangedEvent(java.lang.Object source,
int index,
int count)
Constructs an event to signal a change to a range of labels. |
Field Detail |
---|
public final int index
public final int count
Constructor Detail |
---|
public LabelChangedEvent(java.lang.Object source, int index, int count)
source
- The table model whose label(s) has changed.index
- The one-based identifier of the first (or only) changed label.count
- The number of changed labels.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |