Class RootTreeEditPart

java.lang.Object
org.eclipse.gef.editparts.AbstractEditPart
org.eclipse.gef.editparts.RootTreeEditPart
All Implemented Interfaces:
IAdaptable, EditPart, RequestConstants, RootEditPart, TreeEditPart

public class RootTreeEditPart extends AbstractEditPart implements RootEditPart, TreeEditPart
The root editpart for a TreeViewer. There is limited control of a Tree, so this root implementation should work for all purposes. This implementation does little more than hold onto the viewer, and pass the Tree to the contents as its widget.