|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.table.CellVectorChangedEvent
public abstract class CellVectorChangedEvent
Defines an abstract base class for reporting changes to table columns and rows.
ColumnChangedEvent
,
RowChangedEvent
,
Serialized FormField Summary | |
---|---|
static int |
ADDED
howChanged constant which indicates that cell vectors have been added to the table. |
static int |
ALL_REPLACED
howChanged constant which indicates that an entire set of cell vectors has been completely replaced by a new set. |
static int |
CELLS
howChanged constant which indicates that a cell vector's cells have changed. |
static int |
CLASS
howChanged constant which indicates that a cell vector's class has changed. |
int |
count
The number of changed cell vectors. |
static int |
DEFAULT_VALUE
howChanged constant which indicates that a cell vector's default value has changed. |
int |
howChanged
Indicates how the cell vectors have changed. |
int |
index
The one-based identifier of the first (or only) changed cell vector. |
static int |
REMOVED
howChanged constant which indicates that cell vectors have been removed from the table. |
Constructor Summary | |
---|---|
CellVectorChangedEvent(java.lang.Object source)
Constructs an event to indicate that an entire set of cell vectors has been completely replaced by a new set. |
|
CellVectorChangedEvent(java.lang.Object source,
int index,
int count,
int howChanged)
Constructs an event to signal a change to a range of cell vectors. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Field Detail |
---|
public static final int ADDED
howChanged
,
Constant Field Valuespublic static final int REMOVED
howChanged
,
Constant Field Valuespublic static final int ALL_REPLACED
howChanged
,
Constant Field Valuespublic static final int CELLS
howChanged
,
Constant Field Valuespublic static final int CLASS
howChanged
,
Constant Field Valuespublic static final int DEFAULT_VALUE
howChanged
,
Constant Field Valuespublic final int index
public final int count
public final int howChanged
ADDED
,
REMOVED
,
ALL_REPLACED
,
CELLS
,
CLASS
,
DEFAULT_VALUE
Constructor Detail |
---|
public CellVectorChangedEvent(java.lang.Object source, int index, int count, int howChanged)
source
- The table model whose cell vector(s) has changed.index
- The one-based identifier of the first (or only) changed cell vector.count
- The number of changed cell vectors.howChanged
- Indicates how the cell vectors have changed.public CellVectorChangedEvent(java.lang.Object source)
source
- The table model whose cell vectors have changed.Method Detail |
---|
public java.lang.String toString()
toString
in class java.util.EventObject
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |