Class RMXString.CharsChange

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      CharsChange​(java.lang.Object oldV, java.lang.Object newV, int anInd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doChange​(java.lang.Object oldValue, java.lang.Object newValue)
      Does this change with given new/old values.
      java.lang.CharSequence getNewValue()  
      java.lang.CharSequence getOldValue()  
      RMPropertyChangeEvent merge​(RMPropertyChangeEvent anEvent)
      Attempts to merge the given property change into this property change.
      • Methods inherited from class java.beans.IndexedPropertyChangeEvent

        getIndex
      • Methods inherited from class java.beans.PropertyChangeEvent

        getPropagationId, getPropertyName, setPropagationId
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CharsChange

        public CharsChange​(java.lang.Object oldV,
                           java.lang.Object newV,
                           int anInd)
    • Method Detail

      • getOldValue

        public java.lang.CharSequence getOldValue()
        Overrides:
        getOldValue in class java.beans.PropertyChangeEvent
      • getNewValue

        public java.lang.CharSequence getNewValue()
        Overrides:
        getNewValue in class java.beans.PropertyChangeEvent