212213214215216217218219220221222
public void start() { try { final IMapSelection selection = getController().getSelection(); if (selection != null) { selection.selectRoot(); } else { System.err.println("View is null."); } }