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:
- java.io.Serializable
 - Enclosing class:
- RMXString
 
 public class RMXString.CharsChange extends RMPropertyChangeEvent A property change event for addChars/removeChars.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CharsChange(java.lang.Object oldV, java.lang.Object newV, int anInd)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoChange(java.lang.Object oldValue, java.lang.Object newValue)Does this change with given new/old values.java.lang.CharSequencegetNewValue()java.lang.CharSequencegetOldValue()RMPropertyChangeEventmerge(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, undoChange
 
- 
 
- 
- 
- 
Method Detail- 
getOldValuepublic java.lang.CharSequence getOldValue() - Overrides:
- getOldValuein class- java.beans.PropertyChangeEvent
 
 - 
getNewValuepublic java.lang.CharSequence getNewValue() - Overrides:
- getNewValuein class- java.beans.PropertyChangeEvent
 
 - 
doChangepublic void doChange(java.lang.Object oldValue, java.lang.Object newValue)Description copied from class:RMPropertyChangeEventDoes this change with given new/old values.- Overrides:
- doChangein class- RMPropertyChangeEvent
 
 - 
mergepublic RMPropertyChangeEvent merge(RMPropertyChangeEvent anEvent) Description copied from class:RMPropertyChangeEventAttempts to merge the given property change into this property change.- Overrides:
- mergein class- RMPropertyChangeEvent
 
 
- 
 
-