Documentation of 'visad.ss.SSCellChangeEvent' Java class
SSCellChangeEvent
visad.ss

Class SSCellChangeEvent



  • public class SSCellChangeEvent
    extends java.lang.Object
    Event class for SSCell changes.
    • Field Summary

      Fields 
      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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getChangeType()
      Gets the type of change that occurred.
      BasicSSCell getSSCell()
      Gets the cell that changed.
      java.lang.String getVariableName()
      Gets the variable name for the data that has changed.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.