Package com.inductiveautomation.rm.text
Class RMXString.CharsChange
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
java.beans.IndexedPropertyChangeEvent
com.inductiveautomation.rm.base.RMPropertyChangeEvent
com.inductiveautomation.rm.text.RMXString.CharsChange
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RMXString
A property change event for addChars/removeChars.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDoes this change with given new/old values.merge(RMPropertyChangeEvent anEvent) Attempts to merge the given property change into this property change.Methods inherited from class com.inductiveautomation.rm.base.RMPropertyChangeEventgetEvent, getParent, redoChange, toString, undoChangeMethods inherited from class java.beans.IndexedPropertyChangeEventgetIndexMethods inherited from class java.beans.PropertyChangeEventgetPropagationId, getPropertyName, setPropagationIdMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
CharsChange
 
- 
- 
Method Details- 
getOldValue- Overrides:
- getOldValuein class- PropertyChangeEvent
 
- 
getNewValue- Overrides:
- getNewValuein class- PropertyChangeEvent
 
- 
doChangeDescription copied from class:RMPropertyChangeEventDoes this change with given new/old values.- Overrides:
- doChangein class- RMPropertyChangeEvent
 
- 
mergeDescription copied from class:RMPropertyChangeEventAttempts to merge the given property change into this property change.- Overrides:
- mergein class- RMPropertyChangeEvent
 
 
-