Uses of Class
org.eclipse.ui.views.framelist.FrameList
-
Packages that use FrameList Package Description 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 Modifier and Type Method Description FrameListFrameAction. getFrameList()Returns the frame list.FrameListFrame. getParent()Returns the frame list.Methods in org.eclipse.ui.views.framelist with parameters of type FrameList Modifier and Type Method Description voidTreeViewerFrameSource. connectTo(FrameList frameList)Connects this source as a listener on the frame list, so that when the current frame changes, the viewer is updated.voidFrame. setParent(FrameList parent)Sets the frame list.Constructors in org.eclipse.ui.views.framelist with parameters of type FrameList Constructor Description BackAction(FrameList frameList)Constructs a new action for the specified frame list.ForwardAction(FrameList frameList)Constructs a new action for the specified frame list.FrameAction(FrameList frameList)Constructs a new action for the specified frame list.GoIntoAction(FrameList frameList)Constructs a new action for the specified frame list.UpAction(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 Modifier and Type Method Description protected FrameListResourceNavigator. createFrameList()Deprecated.Creates the frame source and frame list, and connects them.FrameListIResourceNavigator. getFrameList()Deprecated.Returns the frame list for this navigator.FrameListResourceNavigator. getFrameList()Deprecated.
-