org.eclipse.cdt.internal.ui.navigator
Class CNavigatorLinkHelper

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.navigator.CNavigatorLinkHelper
All Implemented Interfaces:
org.eclipse.ui.navigator.ILinkHelper

public class CNavigatorLinkHelper
extends java.lang.Object
implements org.eclipse.ui.navigator.ILinkHelper

Provide support for linking view selection with active editor.

Since:
4.0

Constructor Summary
CNavigatorLinkHelper()
           
 
Method Summary
 void activateEditor(org.eclipse.ui.IWorkbenchPage page, org.eclipse.jface.viewers.IStructuredSelection selection)
           
 org.eclipse.jface.viewers.IStructuredSelection findSelection(org.eclipse.ui.IEditorInput input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CNavigatorLinkHelper

public CNavigatorLinkHelper()
Method Detail

activateEditor

public void activateEditor(org.eclipse.ui.IWorkbenchPage page,
                           org.eclipse.jface.viewers.IStructuredSelection selection)
Specified by:
activateEditor in interface org.eclipse.ui.navigator.ILinkHelper

findSelection

public org.eclipse.jface.viewers.IStructuredSelection findSelection(org.eclipse.ui.IEditorInput input)
Specified by:
findSelection in interface org.eclipse.ui.navigator.ILinkHelper