Class RMXString.StyleChange

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      StyleChange​(java.lang.Object oV, java.lang.Object nV, int aStart, int anEnd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doChange​(java.lang.Object oldVal, java.lang.Object newVal)
      Does this change with given new/old values.
      • Methods inherited from class java.beans.IndexedPropertyChangeEvent

        getIndex
      • Methods inherited from class java.beans.PropertyChangeEvent

        getNewValue, getOldValue, 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

      • StyleChange

        public StyleChange​(java.lang.Object oV,
                           java.lang.Object nV,
                           int aStart,
                           int anEnd)