capabilityIndex = addPageAndSetTabTitle(capabilityPage = new CapabilityPage(this), Messages
.getString("MultiPageEditor.capabilityTab")); //$NON-NLS-1$
}
if (allPages || isTypePriorityDescriptor() || isFsIndexCollection()) {
indexesIndex = addPageAndSetTabTitle(indexesPage = new IndexesPage(this), Messages
.getString("MultiPageEditor.indexesTab")); //$NON-NLS-1$
}
if (allPages || isExtResAndBindingsDescriptor()) {
resourcesIndex = addPageAndSetTabTitle(resourcesPage = new ResourcesPage(this), Messages