Package com.inductiveautomation.rm.text
Class RMXString.StyleChange
- java.lang.Object
- 
- java.util.EventObject
- 
- java.beans.PropertyChangeEvent
- 
- java.beans.IndexedPropertyChangeEvent
- 
- com.inductiveautomation.rm.base.RMPropertyChangeEvent
- 
- com.inductiveautomation.rm.text.RMXString.StyleChange
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- RMXString
 
 public class RMXString.StyleChange extends RMPropertyChangeEvent A property change event for RMXStringRun.Style change.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description StyleChange(java.lang.Object oV, java.lang.Object nV, int aStart, int anEnd)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoChange(java.lang.Object oldVal, java.lang.Object newVal)Does this change with given new/old values.- 
Methods inherited from class com.inductiveautomation.rm.base.RMPropertyChangeEventgetEvent, getParent, merge, redoChange, toString, undoChange
 
- 
 
- 
- 
- 
Method Detail- 
doChangepublic void doChange(java.lang.Object oldVal, java.lang.Object newVal)Description copied from class:RMPropertyChangeEventDoes this change with given new/old values.- Overrides:
- doChangein class- RMPropertyChangeEvent
 
 
- 
 
-