Search in sources :

Example 1 with GoIntoAction

use of org.eclipse.ui.internal.navigator.framelist.GoIntoAction in project translationstudio8 by heartsome.

the class GoIntoActionProvider method init.

public void init(ICommonActionExtensionSite anActionSite) {
    anActionSite.getViewSite().getShell();
    CommonViewer viewer = (CommonViewer) anActionSite.getStructuredViewer();
    goIntoAction = new GoIntoAction(viewer.getFrameList());
}
Also used : CommonViewer(org.eclipse.ui.navigator.CommonViewer) GoIntoAction(org.eclipse.ui.internal.navigator.framelist.GoIntoAction)

Aggregations

GoIntoAction (org.eclipse.ui.internal.navigator.framelist.GoIntoAction)1 CommonViewer (org.eclipse.ui.navigator.CommonViewer)1