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 public class NavigatorFrameSource extends TreeViewerFrameSource
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadFrame 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
Constructors Constructor Description NavigatorFrameSource(ResourceNavigator navigator)
Deprecated.Constructs a new frame source for the specified resource navigator.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected TreeFrame
createFrame(Object input)
Deprecated.Returns a new frame.protected void
frameChanged(TreeFrame frame)
Deprecated.Also updates the navigator's title.-
Methods inherited from class org.eclipse.ui.views.framelist.TreeViewerFrameSource
connectTo, getCurrentFrame, getFrame, getParentFrame, getSelectionFrame, getViewer, handlePropertyChange
-
-
-
-
Constructor Detail
-
NavigatorFrameSource
public NavigatorFrameSource(ResourceNavigator navigator)
Deprecated.Constructs a new frame source for the specified resource navigator.- Parameters:
navigator
- the resource navigator
-
-
Method Detail
-
createFrame
protected TreeFrame createFrame(Object input)
Deprecated.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
protected void frameChanged(TreeFrame frame)
Deprecated.Also updates the navigator's title.- Overrides:
frameChanged
in classTreeViewerFrameSource
- Parameters:
frame
- the new value for the current frame
-
-