|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.NavigationLocation
edu.cmu.sei.aadl.model.core.presentation.AaxlNavigationLocation
public class AaxlNavigationLocation
Constructor Summary | |
---|---|
AaxlNavigationLocation(CoreEditor part,
boolean initialize)
Creates a new text selection navigation location. |
Method Summary | |
---|---|
void |
dispose()
|
boolean |
mergeInto(org.eclipse.ui.INavigationLocation location)
Merges the given location into this one. |
void |
partSaved(org.eclipse.ui.IEditorPart part)
Hook method which is called when the given editor has been saved. |
void |
releaseState()
Releases the state of this location. |
void |
restoreLocation()
Restores this location. |
void |
restoreState(org.eclipse.ui.IMemento memento)
Restores the object state from the given memento. |
void |
saveState(org.eclipse.ui.IMemento memento)
Stores the object state into the given memento. |
java.lang.String |
toString()
|
void |
update()
Updates the this location. |
Methods inherited from class org.eclipse.ui.NavigationLocation |
---|
getEditorPart, getInput, getText, setInput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AaxlNavigationLocation(CoreEditor part, boolean initialize)
part
- the text editor partinitialize
- a boolean indicating whether to initialize the new instance from the current selectionMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean mergeInto(org.eclipse.ui.INavigationLocation location)
location
- the location to merge into this one
true if merging was successful
public void dispose()
dispose
in interface org.eclipse.ui.INavigationLocation
dispose
in class org.eclipse.ui.NavigationLocation
public void releaseState()
releaseState
in interface org.eclipse.ui.INavigationLocation
releaseState
in class org.eclipse.ui.NavigationLocation
public void restoreLocation()
public void restoreState(org.eclipse.ui.IMemento memento)
memento
- the mementopublic void saveState(org.eclipse.ui.IMemento memento)
memento
- the mementopublic void partSaved(org.eclipse.ui.IEditorPart part)
part
- the editor partpublic void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |