103104105106107108109
public boolean canExecute() { return nodes.length > 1; } public ManipulatorUI getUI() { return new MergeNodesUI(); }