//just in case, hold on to this
//speakString = classReflection(o,"sun.awt.shell.Win32ShellFolder2","getDisplayName");
}
else if(o instanceof SourceGroup) {
SourceGroup group = (SourceGroup)o;
sayString = group.getDisplayName();
}
else if(o instanceof Project) {
Project proj = (Project) o;
ProjectInformation info = proj.getLookup().lookup(ProjectInformation.class);
sayString = info.getDisplayName();