Package org.eclipse.ui.views.navigator
Class NavigatorFrameSource
java.lang.Object
org.eclipse.ui.views.framelist.TreeViewerFrameSource
org.eclipse.ui.views.navigator.NavigatorFrameSource
- All Implemented Interfaces:
IFrameSource
Deprecated, for removal: This API element is subject to removal in a future version.
as of 3.5, use the Common Navigator Framework classes instead
Frame source for the resource navigator.
-
Field Summary
Fields inherited from interface org.eclipse.ui.views.framelist.IFrameSource
CURRENT_FRAME, FULL_CONTEXT, PARENT_FRAME, SELECTION_FRAME
-
Constructor Summary
ConstructorsConstructorDescriptionNavigatorFrameSource
(ResourceNavigator navigator) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new frame source for the specified resource navigator. -
Method Summary
Modifier and TypeMethodDescriptionprotected TreeFrame
createFrame
(Object input) Deprecated, for removal: This API element is subject to removal in a future version.Returns a new frame.protected void
frameChanged
(TreeFrame frame) Deprecated, for removal: This API element is subject to removal in a future version.Also updates the navigator's title.Methods inherited from class org.eclipse.ui.views.framelist.TreeViewerFrameSource
connectTo, getCurrentFrame, getFrame, getParentFrame, getSelectionFrame, getViewer, handlePropertyChange
-
Constructor Details
-
Method Details
-
createFrame
Deprecated, for removal: This API element is subject to removal in a future version.Returns a new frame. This implementation extends the super implementation by setting the frame's tool tip text to show the full path for the input element.- Overrides:
createFrame
in classTreeViewerFrameSource
- Parameters:
input
- the input element- Returns:
- the tree frame
-
frameChanged
Deprecated, for removal: This API element is subject to removal in a future version.Also updates the navigator's title.- Overrides:
frameChanged
in classTreeViewerFrameSource
- Parameters:
frame
- the new value for the current frame
-