} else if (def.getName().equals("POSITIONING")) {
_detailSection.setText("Property (Positioning)");
switchToSubform(SUBFORM_META_POSITIONING, node);
} else if (def.getName().equals(WGContentType.META_EDITORS)) {
_detailSection.setText("Property (Editors)");
WGEditorsMetaFieldDefinitionModel model = (WGEditorsMetaFieldDefinitionModel) _subformModels.get(SUBFORM_META_EDITORS);
WGContentTypeDefinition cTypeDefinition = _model.findContentTypeDefinition((WGMetaFieldDefinition)node);
((PrimitiveTypeBeanListTableModel<String>)_tblEditors.getModel()).bind(model.getEditors(cTypeDefinition));
switchToSubform(SUBFORM_META_EDITORS, node);
} else if (def.getName().equals(WGContentType.META_DESCRIPTION)) {
_detailSection.setText("Property (Description)");
switchToSubform(SUBFORM_META_DESCRIPTION, node);
}