|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.NavigationLocation
Default implementation of INavigationLocation.
Constructor Summary | |
protected | NavigationLocation(IEditorPart editorPart)
Constructs a NavigationLocation with its editor part. |
Method Summary | |
void | dispose()
May be extended by clients. |
protected IEditorPart | getEditorPart()
Returns the part that the receiver holds the location for. |
Object | getInput()
Returns the input used for this location. |
String | getText()
Returns the display name for this location. |
void | releaseState()
May be extended by clients. |
void | setInput(Object input)
Sets the location's input. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.INavigationLocation |
mergeInto, restoreLocation, restoreState, saveState, update |
Constructor Detail |
protected NavigationLocation(IEditorPart editorPart)
Method Detail |
protected IEditorPart getEditorPart()
public Object getInput()
public String getText()
public void setInput(Object input)
Should not be called by clients.
public void dispose()
public void releaseState()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.