Class RMEditorTextEditor.ETETextSelection
- java.lang.Object
 - 
- com.inductiveautomation.rm.text.RMTextEditor.TextSelection
 - 
- com.inductiveautomation.rm.editor.RMEditorTextEditor.ETETextSelection
 
 
 
- 
- All Implemented Interfaces:
 RMUndoer.Selection
- Enclosing class:
 - RMEditorTextEditor
 
public class RMEditorTextEditor.ETETextSelection extends RMTextEditor.TextSelection
A class for a text selection. 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.rm.text.RMTextEditor.TextSelection
end, start 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object anObj)voidsetSelection() 
 - 
 
- 
- 
Method Detail
- 
equals
public boolean equals(java.lang.Object anObj)
- Overrides:
 equalsin classRMTextEditor.TextSelection
 
- 
setSelection
public void setSelection()
- Specified by:
 setSelectionin interfaceRMUndoer.Selection- Overrides:
 setSelectionin classRMTextEditor.TextSelection
 
 - 
 
 -