Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.gjt.sp.jedit.textarea.Selection

Uses of Selection in org.gjt.sp.jedit.textarea
 

Subclasses of Selection in org.gjt.sp.jedit.textarea
static class Selection.Range
          An ordinary range selection.
static class Selection.Rect
          A rectangular selection.
 

Methods in org.gjt.sp.jedit.textarea with parameters of type Selection
 boolean Selection.overlaps(Selection s)
          Returns if this selection and the specified selection overlap.
 

Constructors in org.gjt.sp.jedit.textarea with parameters of type Selection
Selection(Selection sel)
           
Selection.Range(Selection sel)
           
Selection.Rect(Selection sel)