Home | History | Annotate | Download | only in text

Lines Matching defs:Selection

24  * A cursor is a selection where the start and end are at the same offset.
26 public class Selection {
27 private Selection() { /* cannot be instantiated */ }
30 * Retrieving the selection
34 * Return the offset of the selection anchor or cursor, or -1 if
35 * there is no selection or cursor.
45 * Return the offset of the selection edge or cursor, or -1 if
46 * there is no selection or cursor.
56 * Setting the selection
64 * Set the selection anchor to <code>start</code> and the selection edge
98 * Move the selection edge to offset <code>index</code>.
106 * Remove the selection or cursor, if any, from the text.
114 * Moving the selection within the layout
258 * Move the selection end to the buffer offset physically above
259 * the current selection end.
287 * Move the selection end to the buffer offset physically below
288 * the current selection end.
316 * Move the selection end to the buffer offset physically to the left of
317 * the current selection end.
332 * Move the selection end to the buffer offset physically to the right of
333 * the current selection end.