|
|
|
|
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. as of 3.5, use the Common Navigator Framework classes instead
-
public class NavigatorFrameSource
- extends
TreeViewerFrameSource
Frame source for the resource navigator.
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
NavigatorFrameSource
public NavigatorFrameSource(
ResourceNavigator navigator)
-
Deprecated.
- Constructs a new frame source for the specified resource navigator.
-
Parameters:
-
navigator - the resource navigator
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 class
TreeViewerFrameSource
-
-
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 class
TreeViewerFrameSource
-
-
Parameters:
-
frame - the new value for the current frame
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|