public class SSCellChangeEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DATA_CHANGE
Indicates that the cell's data has changed.
|
static int |
DIMENSION_CHANGE
Indicates that the cell's dimension has changed.
|
static int |
DISPLAY_CHANGE
Indicates that the cell's display has changed.
|
Constructor and Description |
---|
SSCellChangeEvent(BasicSSCell ssCell,
int changeType)
Constructs an SSCellChangeEvent.
|
SSCellChangeEvent(BasicSSCell ssCell,
int changeType,
String varName) |
Modifier and Type | Method and Description |
---|---|
int |
getChangeType()
Gets the type of change that occurred.
|
BasicSSCell |
getSSCell()
Gets the cell that changed.
|
String |
getVariableName()
Gets the variable name for the data that has changed.
|
public static int DATA_CHANGE
public static int DISPLAY_CHANGE
public static int DIMENSION_CHANGE
public SSCellChangeEvent(BasicSSCell ssCell, int changeType)
public SSCellChangeEvent(BasicSSCell ssCell, int changeType, String varName)
public BasicSSCell getSSCell()
public int getChangeType()
public String getVariableName()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.