| java.lang.Object org.eclipse.ui.internal.NavigationHistoryEntry
NavigationHistoryEntry | public class NavigationHistoryEntry (Code) | | |
dispose | void dispose()(Code) | | Disposes this entry and its location.
|
getHistoryText | String getHistoryText()(Code) | | Return the label to display in the history drop down list. Use the
history entry text if the location has not been restored yet.
|
handlePartClosed | boolean handlePartClosed()(Code) | | Saves the state of this entry and its location.
Returns true if possible otherwise returns false.
|
mergeInto | boolean mergeInto(NavigationHistoryEntry currentEntry)(Code) | | Merges this entry into the current entry. Returns true
if the merge was possible otherwise returns false.
|
restoreLocation | void restoreLocation()(Code) | | Restores the state of the entry and the location if needed and then
restores the location.
|
restoreState | void restoreState(IMemento mem)(Code) | | Restore the state of this entry.
|
|
|