Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
class |
NavigationLocation
Default implementation of INavigationLocation.
|
Modifier and Type | Method and Description |
---|---|
INavigationLocation |
INavigationLocationProvider.createEmptyNavigationLocation()
Creates an empty navigation location.
|
INavigationLocation |
INavigationLocationProvider.createNavigationLocation()
Creates a navigation location describing the current state.
|
INavigationLocation |
INavigationHistory.getCurrentLocation()
Returns the current location.
|
INavigationLocation[] |
INavigationHistory.getLocations()
Returns all entries in the history.
|
Modifier and Type | Method and Description |
---|---|
boolean |
INavigationLocation.mergeInto(INavigationLocation currentLocation)
Merge the receiver into
currentLocation . |
Modifier and Type | Class and Description |
---|---|
class |
TextSelectionNavigationLocation
Represents the text selection context marked for the user in the navigation history.
|
Modifier and Type | Method and Description |
---|---|
INavigationLocation |
AbstractTextEditor.createEmptyNavigationLocation() |
INavigationLocation |
AbstractTextEditor.createNavigationLocation() |
Modifier and Type | Method and Description |
---|---|
boolean |
TextSelectionNavigationLocation.mergeInto(INavigationLocation location)
Merges the given location into this one.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.