}
Instances perspectiveInstances =
new Instances("Perspectives", atts, 1);
boolean[] selectedPerspectives =
new boolean[perspectiveInstances.numAttributes()];
for (String selected : VISIBLE_PERSPECTIVES) {
String pName = m_pluginPerspectiveLookup.get(selected);
// check here - just in case the user has uninstalled/deleted a plugin
// perspective since the last time that the user-selected visible perspectives