22232425262728
* @author ycoppel@google.com (Yohann Coppel) */ public class NodeEditor extends ViewEditorToolView { public NodeEditor() { super(new NodeEditorTool()); }