Package org.eclipse.xtend.shared.ui.editor.navigation

Class Summary
AbstractHyperlinkDetector GenericHyperlinkDetector is used to detect hyperlinkable words inside Xtend editors.
ContextComputer Used by the AbstractHyperlinkDetector to compute the ExecutionContext for a given Expression.
GenericHyperlink GenericHyperlink is used by Xtend editors to support hyperlinking and F3 lookup.
GenericHyperlinkDetector GenericHyperlinkDetector is used to detect hyperlinkable words inside Xtend editors.
OpenAction OpenAction is instantiated by the editor and will be invoked when the user presses the F3 key.
WordDetector WordDetector helps detecting words.