Class TextRange

java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.AceRange
io.jmix.ui.widget.addon.aceeditor.TextRange
All Implemented Interfaces:
Serializable

public class TextRange extends AceRange
See Also:
  • Constructor Details

    • TextRange

      public TextRange(String text, int row1, int col1, int row2, int col2)
    • TextRange

      public TextRange(String text, AceRange range)
    • TextRange

      public TextRange(String text, int start, int end)
  • Method Details

    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • getCursorPosition

      public int getCursorPosition()
    • withNewText

      public TextRange withNewText(String newText)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AceRange
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AceRange