Module jEdit

Class Selection.Range

java.lang.Object
org.gjt.sp.jedit.textarea.Selection
org.gjt.sp.jedit.textarea.Selection.Range
All Implemented Interfaces:
Cloneable
Enclosing class:
Selection

public static class Selection.Range extends Selection
An ordinary range selection.
Since:
jEdit 3.2pre1
  • Constructor Details

    • Range

      public Range()
    • Range

      public Range(Selection sel)
    • Range

      public Range(int start, int end)
  • Method Details

    • getStart

      public int getStart(JEditBuffer buffer, int line)
      Description copied from class: Selection
      Returns the beginning of the portion of the selection falling on the specified line. Used to manipulate selection text on a line-by-line basis.
      Specified by:
      getStart in class Selection
      Parameters:
      buffer - The buffer
      line - The line number
    • getEnd

      public int getEnd(JEditBuffer buffer, int line)
      Description copied from class: Selection
      Returns the end of the portion of the selection falling on the specified line. Used to manipulate selection text on a line-by-line basis.
      Specified by:
      getEnd in class Selection
      Parameters:
      buffer - The buffer
      line - The line number