Methods in
org.eclipse.ui.views.framelist that return
Frame
|
Frame
|
FrameList.
getCurrentFrame
()
Returns the current frame. |
protected
Frame
|
TreeViewerFrameSource.
getCurrentFrame
(int flags)
Returns the current frame. |
Frame
|
FrameList.
getFrame
(int index)
Returns the frame at the given index, or null
if the index is ≤ 0 or ≥ size() . |
Frame
|
TreeViewerFrameSource.
getFrame
(int whichFrame,
int flags)
|
Frame
|
IFrameSource.
getFrame
(int whichFrame,
int flags)
Returns a new frame describing the state of the source. |
protected
Frame
|
TreeViewerFrameSource.
getParentFrame
(int flags)
Returns the parent frame, or null if there is no parent frame. |
protected
Frame
|
TreeViewerFrameSource.
getSelectionFrame
(int flags)
Returns the frame for the selection, or null if there is no
frame for the selection. |