Uses of Class
org.eclipse.ui.views.framelist.Frame
-
Packages that use Frame 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. -
-
Uses of Frame in org.eclipse.ui.views.framelist
Subclasses of Frame in org.eclipse.ui.views.framelist Modifier and Type Class Description classTreeFrameFrame for tree viewers.Methods in org.eclipse.ui.views.framelist that return Frame Modifier and Type Method Description FrameFrameList. getCurrentFrame()Returns the current frame.protected FrameTreeViewerFrameSource. getCurrentFrame(int flags)Returns the current frame.FrameFrameList. getFrame(int index)Returns the frame at the given index, ornullif the index is ≤ 0 or ≥size().FrameIFrameSource. getFrame(int whichFrame, int flags)Returns a new frame describing the state of the source.FrameTreeViewerFrameSource. getFrame(int whichFrame, int flags)protected FrameTreeViewerFrameSource. getParentFrame(int flags)Returns the parent frame, ornullif there is no parent frame.protected FrameTreeViewerFrameSource. getSelectionFrame(int flags)Returns the frame for the selection, ornullif there is no frame for the selection.Methods in org.eclipse.ui.views.framelist with parameters of type Frame Modifier and Type Method Description voidFrameList. gotoFrame(Frame frame)Adds the given frame after the current frame, and advances the pointer to the new frame.
-