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.TextSelectionend, start
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object anObj)voidsetSelection()
 
- 
- 
- 
Method Detail- 
equalspublic boolean equals(java.lang.Object anObj) - Overrides:
- equalsin class- RMTextEditor.TextSelection
 
 - 
setSelectionpublic void setSelection() - Specified by:
- setSelectionin interface- RMUndoer.Selection
- Overrides:
- setSelectionin class- RMTextEditor.TextSelection
 
 
- 
 
-