public class NavigationService extends java.lang.Object implements INavigationProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_ATTRIBUTE |
Constructor and Description |
---|
NavigationService() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.Object |
getElementExecutableExtension(org.eclipse.core.runtime.IConfigurationElement element) |
static NavigationService |
getInstance()
Returns the singleton instance of the navigation service.
|
protected static org.eclipse.core.runtime.IConfigurationElement[] |
getNavigationConfigurationElements() |
void |
navigateTo(java.lang.String url)
Navigates to the given URL.
|
public static final java.lang.String CLASS_ATTRIBUTE
public static NavigationService getInstance()
protected static org.eclipse.core.runtime.IConfigurationElement[] getNavigationConfigurationElements()
protected static java.lang.Object getElementExecutableExtension(org.eclipse.core.runtime.IConfigurationElement element)
element
- a navigation configuration elementpublic void navigateTo(java.lang.String url)
INavigationProvider
navigateTo
in interface INavigationProvider
url
- given URL.