|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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)
editorPart
- Method Detail |
protected IEditorPart getEditorPart()
public Object getInput()
INavigationLocation
null
if the
receiver's state has been released.getInput
in interface INavigationLocation
org.eclipse.ui.INavigationLocation
public String getText()
INavigationLocation
getText
in interface INavigationLocation
org.eclipse.ui.INavigationLocation
public void setInput(Object input)
INavigationLocation
Should not be called by clients.
setInput
in interface INavigationLocation
org.eclipse.ui.INavigationLocation
input
- the editor input.public void dispose()
dispose
in interface INavigationLocation
INavigationLocation.dispose()
public void releaseState()
releaseState
in interface INavigationLocation
INavigationLocation.releaseState()
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |