Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.ui.views.framelist.FrameList

Packages that use FrameList
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 FrameList in org.eclipse.ui.views.framelist
 

Methods in org.eclipse.ui.views.framelist that return FrameList
 FrameList FrameAction.getFrameList()
          Returns the frame list.
 FrameList Frame.getParent()
          Returns the frame list.
 

Methods in org.eclipse.ui.views.framelist with parameters of type FrameList
 void TreeViewerFrameSource.connectTo(FrameList frameList)
          Connects this source as a listener on the frame list, so that when the current frame changes, the viewer is updated.
 void Frame.setParent(FrameList parent)
          Sets the frame list.
 

Constructors in org.eclipse.ui.views.framelist with parameters of type FrameList
UpAction(FrameList frameList)
          Constructs a new action for the specified frame list.
GoIntoAction(FrameList frameList)
          Constructs a new action for the specified frame list.
FrameAction(FrameList frameList)
          Constructs a new action for the specified frame list.
ForwardAction(FrameList frameList)
          Constructs a new action for the specified frame list.
BackAction(FrameList frameList)
          Constructs a new action for the specified frame list.
 

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

Methods in org.eclipse.ui.views.navigator that return FrameList
 FrameList ResourceNavigator.getFrameList()
           
protected  FrameList ResourceNavigator.createFrameList()
          Creates the frame source and frame list, and connects them.
 FrameList IResourceNavigator.getFrameList()
          Returns the frame list for this navigator.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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