Constructs a frame for the specified tree viewer.
The frame's input, name and tool tip text are not set.
Parameters: viewer - the tree viewer
TreeFrame
public TreeFrame(AbstractTreeViewer viewer, Object input)(Code)
Constructs a frame for the specified tree viewer.
The frame's input element is set to the specified input element.
The frame's name and tool tip text are set to the text for the input
element, as provided by the viewer's label provider.
Parameters: viewer - the tree viewer Parameters: input - the input element