Class Selection.Range

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    Selection

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

      • Range

        public Range()
      • Range

        public Range​(int start,
                     int end)
    • Method Detail

      • 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