Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GMF Guide
Previous Page Home Next Page

Runtime

Package org.eclipse.gmf.runtime.common.ui.services.marker

Provides the Marker Navigation service, which is used to navigate to an Eclipse IMarker in an Eclipse IEditorPart.

See:
           Description

Class Summary
AbstractMarkerNavigationProvider This class saves the editor associated with the goto operation so that utility methods in derived classes can access the editor instance before the doGotoMarker() method is called.
GotoMarkerOperation This class contains the information needed to perform the navigation to an Eclipse marker.
MarkerNavigationService This service is the distribution point for "gotoMarker" requests made by Eclipse to an IEditorPart.
MarkerNavigationService.MarkerNavigationProviderDescriptor Marker Navigation Provider Descriptor.
 

Package org.eclipse.gmf.runtime.common.ui.services.marker Description

Provides the Marker Navigation service, which is used to navigate to an Eclipse IMarker in an Eclipse IEditorPart.

Using this Package

The Marker Navigation Service implements org.eclipse.gmf.runtime.common.ui.services.marker.IMarkerNavigationProvider. The interface contains only one method, gotoMarker(IEditorPart, IMarker), which takes the IEditorPart and the IMarker to navigate to. Providers may subclass AbstractMarkerNavigationProvider, which implements the required IMarkerNavigationProvider. The only operation executed by the service is GotoMarkerOperation, whose constructor takes the same parameters as the interface's method.

Package Specification

For more information on Eclipse Markers, please see org.eclipse.core.resources.IMarker

For more information on the Service Infrastructure, please see org.eclipse.gmf.runtime.common.core.service.Service


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire