Package com.inductiveautomation.rm.text
Class RMTextEditor.TextSelection
- java.lang.Object
 - 
- com.inductiveautomation.rm.text.RMTextEditor.TextSelection
 
 
- 
- All Implemented Interfaces:
 RMUndoer.Selection
- Direct Known Subclasses:
 RMEditorTextEditor.ETETextSelection
- Enclosing class:
 - RMTextEditor
 
public class RMTextEditor.TextSelection extends java.lang.Object implements RMUndoer.Selection
A class to act as text selection. 
- 
- 
Constructor Summary
Constructors Constructor Description TextSelection() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object anObj)voidsetSelection() 
 - 
 
- 
- 
Method Detail
- 
setSelection
public void setSelection()
- Specified by:
 setSelectionin interfaceRMUndoer.Selection
 
- 
equals
public boolean equals(java.lang.Object anObj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -