Search in sources :

Example 1 with CommonNavigatorFrameSource

use of org.eclipse.ui.internal.navigator.CommonNavigatorFrameSource in project polymap4-core by Polymap4.

the class CommonViewer method createFrameList.

/**
 * @noreference This method is not intended to be referenced by clients.
 * @nooverride This method is not intended to be re-implemented or extended by clients.
 * @since 3.4
 */
public void createFrameList() {
    CommonNavigatorFrameSource frameSource = new CommonNavigatorFrameSource(commonNavigator);
    frameList = new FrameList(frameSource);
    frameSource.connectTo(frameList);
}
Also used : CommonNavigatorFrameSource(org.eclipse.ui.internal.navigator.CommonNavigatorFrameSource) FrameList(org.eclipse.ui.internal.navigator.framelist.FrameList)

Aggregations

CommonNavigatorFrameSource (org.eclipse.ui.internal.navigator.CommonNavigatorFrameSource)1 FrameList (org.eclipse.ui.internal.navigator.framelist.FrameList)1