visad.ss
Class SSCellChangeEvent
- java.lang.Object
-
- visad.ss.SSCellChangeEvent
-
public class SSCellChangeEvent extends java.lang.ObjectEvent class for SSCell changes.
-
-
Field Summary
Fields Modifier and Type Field and Description static intDATA_CHANGEIndicates that the cell's data has changed.static intDIMENSION_CHANGEIndicates that the cell's dimension has changed.static intDISPLAY_CHANGEIndicates that the cell's display has changed.
-
Constructor Summary
Constructors Constructor and Description SSCellChangeEvent(BasicSSCell ssCell, int changeType)Constructs an SSCellChangeEvent.SSCellChangeEvent(BasicSSCell ssCell, int changeType, java.lang.String varName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetChangeType()Gets the type of change that occurred.BasicSSCellgetSSCell()Gets the cell that changed.java.lang.StringgetVariableName()Gets the variable name for the data that has changed.
-
-
-
Field Detail
-
DATA_CHANGE
public static int DATA_CHANGE
Indicates that the cell's data has changed.
-
DISPLAY_CHANGE
public static int DISPLAY_CHANGE
Indicates that the cell's display has changed.
-
DIMENSION_CHANGE
public static int DIMENSION_CHANGE
Indicates that the cell's dimension has changed.
-
-
Constructor Detail
-
SSCellChangeEvent
public SSCellChangeEvent(BasicSSCell ssCell, int changeType)
Constructs an SSCellChangeEvent.
-
SSCellChangeEvent
public SSCellChangeEvent(BasicSSCell ssCell, int changeType, java.lang.String varName)
-
-
Method Detail
-
getSSCell
public BasicSSCell getSSCell()
Gets the cell that changed.
-
getChangeType
public int getChangeType()
Gets the type of change that occurred.
-
getVariableName
public java.lang.String getVariableName()
Gets the variable name for the data that has changed.
-
-
DMelt 3.0 © DataMelt by jWork.ORG