|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Frame.getParent()
Returns the frame list. |
FrameList |
FrameAction.getFrameList()
Returns the frame list. |
Methods in org.eclipse.ui.views.framelist with parameters of type FrameList | |
void |
Frame.setParent(FrameList parent)
Sets the frame list. |
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. |
Constructors in org.eclipse.ui.views.framelist with parameters of type FrameList | |
FrameAction(FrameList frameList)
Constructs a new action for the specified frame list. |
|
ForwardAction(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. |
|
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 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |