|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.common.ui.services.marker.GotoMarkerOperation
public class GotoMarkerOperation
This class contains the information needed to perform the navigation to an Eclipse marker. It contains getters for the parameters for the MarkerNavigationService.gotoMarker() method.
Constructor Summary | |
---|---|
GotoMarkerOperation(IEditorPart anEditor,
IMarker aMarker)
Constructor - Create and save the goto marker operation. |
Method Summary | |
---|---|
java.lang.Object |
execute(IProvider provider)
Execute the operation for the given provider |
IEditorPart |
getEditor()
Retrieve the editor instance |
IMarker |
getMarker()
Retrieve the marker reference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GotoMarkerOperation(IEditorPart anEditor, IMarker aMarker)
anEditor
- the editor instance created for the marker's resourceaMarker
- the marker informationMethod Detail |
---|
public IEditorPart getEditor()
public IMarker getMarker()
public java.lang.Object execute(IProvider provider)
execute
in interface IOperation
provider
- The provider on which to execute the operation.
IOperation.execute(org.eclipse.gmf.runtime.common.core.service.IProvider)
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.