Uses of Class
org.eclipse.ui.views.framelist.Frame
Packages that use Frame
Package
Description
Provides support for a web-browser style of navigation within a view by maintaining a list
of frames.
-
Uses of Frame in org.eclipse.ui.views.framelist
Subclasses of Frame in org.eclipse.ui.views.framelistMethods in org.eclipse.ui.views.framelist that return FrameModifier and TypeMethodDescriptionFrameList.getCurrentFrame()
Returns the current frame.protected Frame
TreeViewerFrameSource.getCurrentFrame
(int flags) Returns the current frame.FrameList.getFrame
(int index) Returns the frame at the given index, ornull
if the index is ≤ 0 or ≥size()
.IFrameSource.getFrame
(int whichFrame, int flags) Returns a new frame describing the state of the source.TreeViewerFrameSource.getFrame
(int whichFrame, int flags) protected Frame
TreeViewerFrameSource.getParentFrame
(int flags) Returns the parent frame, ornull
if there is no parent frame.protected Frame
TreeViewerFrameSource.getSelectionFrame
(int flags) Returns the frame for the selection, ornull
if there is no frame for the selection.Methods in org.eclipse.ui.views.framelist with parameters of type Frame