org.topbraidcomposer.editors
Class ResourceNavigationLocation
java.lang.Object
org.eclipse.ui.NavigationLocation
org.topbraidcomposer.editors.ResourceNavigationLocation
- All Implemented Interfaces:
- org.eclipse.ui.INavigationLocation
public class ResourceNavigationLocation
- extends org.eclipse.ui.NavigationLocation
|
Constructor Summary |
ResourceNavigationLocation(org.eclipse.ui.IEditorPart editorPart,
com.hp.hpl.jena.rdf.model.Resource resource)
|
| Methods inherited from class org.eclipse.ui.NavigationLocation |
dispose, getEditorPart, getInput, releaseState, setInput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceNavigationLocation
public ResourceNavigationLocation(org.eclipse.ui.IEditorPart editorPart,
com.hp.hpl.jena.rdf.model.Resource resource)
getText
public java.lang.String getText()
- Specified by:
getText in interface org.eclipse.ui.INavigationLocation- Overrides:
getText in class org.eclipse.ui.NavigationLocation
getResourceURI
public java.lang.String getResourceURI()
isRestoring
public static boolean isRestoring()
mergeInto
public boolean mergeInto(org.eclipse.ui.INavigationLocation currentLocation)
restoreLocation
public void restoreLocation()
restoreState
public void restoreState(org.eclipse.ui.IMemento memento)
saveState
public void saveState(org.eclipse.ui.IMemento memento)
setResource
public void setResource(com.hp.hpl.jena.rdf.model.Resource resource)
update
public void update()