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()
Deprecated.
Creates the frame source and frame list, and connects them.
|
FrameList |
IResourceNavigator.getFrameList()
Deprecated.
Returns the frame list for this navigator.
|
FrameList |
ResourceNavigator.getFrameList()
Deprecated.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.