| | |
| | | import org.opends.guitools.controlpanel.ui.components.TitlePanel; |
| | | import org.opends.guitools.controlpanel.util.LowerCaseComparator; |
| | | import org.opends.guitools.controlpanel.util.Utilities; |
| | | import org.opends.server.schema.ServerSchemaElement; |
| | | import org.opends.server.types.Schema; |
| | | |
| | | /** The panel that displays a standard attribute definition. */ |
| | |
| | | n = superior != null ? superior.getNameOrOID() : null; |
| | | parent.setText(n); |
| | | oid.setText(attr.getOID()); |
| | | origin.setText(StandardObjectClassPanel.getOrigin(new ServerSchemaElement(attr)).toString()); |
| | | origin.setText(StandardObjectClassPanel.getOrigin(attr).toString()); |
| | | n = attr.getDescription(); |
| | | if (n == null) |
| | | { |