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 TypeMethodDescriptionvoid
Does 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, undoChange
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
-
Constructor Details
-
CharsChange
-
-
Method Details
-
getOldValue
- Overrides:
getOldValue
in classPropertyChangeEvent
-
getNewValue
- Overrides:
getNewValue
in classPropertyChangeEvent
-
doChange
Description copied from class:RMPropertyChangeEvent
Does this change with given new/old values.- Overrides:
doChange
in classRMPropertyChangeEvent
-
merge
Description copied from class:RMPropertyChangeEvent
Attempts to merge the given property change into this property change.- Overrides:
merge
in classRMPropertyChangeEvent
-