* @see org.openscience.cdk.controller.ControllerModuleAdapter#mouseClickedDouble(javax.vecmath.Point2d)
*/
public void mouseClickedDouble(Point2d p){
IAtom closestAtom = chemModelRelay.getClosestAtom(p);
IBond closestBond = chemModelRelay.getClosestBond(p);
IChemObject singleSelection = getHighlighted( p,
closestAtom,
closestBond );
if(singleSelection!=null){
for (IAtomContainer isolatedSystem : ConnectivityChecker.partitionIntoMolecules(this.chemModelRelay.getIChemModel().getMoleculeSet().getAtomContainer(0)).atomContainers()) {
if(isolatedSystem.contains(closestAtom) || isolatedSystem.contains(closestBond)){