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.
|
Modifier and Type | Method and Description |
---|---|
FrameList |
FrameAction.getFrameList()
Returns the frame list.
|
FrameList |
Frame.getParent()
Returns the frame list.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
Frame.setParent(FrameList parent)
Sets the frame list.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected FrameList |
ResourceNavigator.createFrameList()
Creates the frame source and frame list, and connects them.
|
FrameList |
ResourceNavigator.getFrameList() |
FrameList |
IResourceNavigator.getFrameList()
Returns the frame list for this navigator.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.