| org.eclipse.ui.ide.IGotoMarker
IGotoMarker | public interface IGotoMarker (Code) | | An adapter interface for editors, which allows the editor
to reveal the position of a given marker.
since: 3.0 |
Method Summary | |
public void | gotoMarker(IMarker marker) Sets the cursor and selection state for an editor to
reveal the position of the given marker. |
gotoMarker | public void gotoMarker(IMarker marker)(Code) | | Sets the cursor and selection state for an editor to
reveal the position of the given marker.
Parameters: marker - the marker |
|
|