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 Object implements RMUndoer.Selection
A class to act as text selection.
  • Field Details

    • start

      public int start
    • end

      public int end
  • Constructor Details

    • TextSelection

      public TextSelection()
  • Method Details