Class TextRun.CharsChange
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
java.beans.IndexedPropertyChangeEvent
com.inductiveautomation.rm.base.RMPropertyChangeEvent
com.inductiveautomation.snap.text.TextRun.CharsChange
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - TextRun
 
A property change event for addChars/removeChars.
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.RMPropertyChangeEvent
getEvent, getParent, redoChange, toString, undoChangeMethods inherited from class java.beans.IndexedPropertyChangeEvent
getIndexMethods inherited from class java.beans.PropertyChangeEvent
getPropagationId, getPropertyName, setPropagationIdMethods inherited from class java.util.EventObject
getSource 
- 
Constructor Details
- 
CharsChange
 
 - 
 - 
Method Details
- 
getOldValue
- Overrides:
 getOldValuein classPropertyChangeEvent
 - 
getNewValue
- Overrides:
 getNewValuein classPropertyChangeEvent
 - 
doChange
Description copied from class:RMPropertyChangeEventDoes this change with given new/old values.- Overrides:
 doChangein classRMPropertyChangeEvent
 - 
merge
Description copied from class:RMPropertyChangeEventAttempts to merge the given property change into this property change.- Overrides:
 mergein classRMPropertyChangeEvent
 
 -