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

Quick Search    Search Deep

org.eclipse.jface.text
Interface IMarkRegionTarget  view IMarkRegionTarget download IMarkRegionTarget.java


public interface IMarkRegionTarget

A mark region target to support marked regions as found in emacs.

Since:
2.0

Method Summary
 void setMarkAtCursor(boolean set)
          Sets or clears a mark at the current cursor position.
 void swapMarkAndCursor()
          Swaps the mark and cursor position if the mark is in the visible region.
 

Method Detail

setMarkAtCursor

public void setMarkAtCursor(boolean set)
Sets or clears a mark at the current cursor position.


swapMarkAndCursor

public void swapMarkAndCursor()
Swaps the mark and cursor position if the mark is in the visible region.