Method Summary |
|
public void | dispose() |
public boolean | mergeInto(INavigationLocation location) Merges the given location into this one. |
public void | partSaved(IEditorPart part) Hook method which is called when the given editor has been saved. |
public void | releaseState() Releases the state of this location. |
public void | restoreLocation() Restores this location. |
public void | restoreState(IMemento memento) Restores the object state from the given memento. |
public void | saveState(IMemento memento) Stores the object state into the given memento. |
public String | toString() |
public void | update() Updates the this location. |