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