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 boolean
equals(java.lang.Object anObj)
void
setSelection()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object anObj)
- Overrides:
equals
in classRMTextEditor.TextSelection
-
setSelection
public void setSelection()
- Specified by:
setSelection
in interfaceRMUndoer.Selection
- Overrides:
setSelection
in classRMTextEditor.TextSelection
-
-