Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.views.framelist.IFrameSource

Packages that use IFrameSource
org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.  
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.  
 

Uses of IFrameSource in org.eclipse.ui.views.framelist
 

Classes in org.eclipse.ui.views.framelist that implement IFrameSource
 class TreeViewerFrameSource
          Frame source for tree viewers, which uses TreeFrame to capture the state of the tree viewer.
 

Methods in org.eclipse.ui.views.framelist that return IFrameSource
 IFrameSource FrameList.getSource()
          Returns the frame source.
 

Constructors in org.eclipse.ui.views.framelist with parameters of type IFrameSource
FrameList(IFrameSource source)
          Creates a new frame list with the given source.
 

Uses of IFrameSource in org.eclipse.ui.views.navigator
 

Classes in org.eclipse.ui.views.navigator that implement IFrameSource
 class NavigatorFrameSource
          Frame source for the resource navigator.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.