106107108109110111112113114115116
default: //Not sure what this should be! ret = null; } } else if (obj instanceof ResultLeaf) { ResultStatus stat = ((ResultLeaf) obj).status(); switch (stat) { case OPEN: ret = Activator.getResultOpenColor(); break;