Searched defs:collective (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java141 private JCheckBox collective = Utilities.createCheckBox( field in class:NewAttributePanel
634 {usage, singleValued, nonModifiable, collective, obsolete},
886 collective.isSelected(), nonModifiable.isSelected(),
H A DCustomAttributePanel.java168 private JCheckBox collective = Utilities.createCheckBox( field in class:CustomAttributePanel
333 {usage, singleValued, nonModifiable, collective, obsolete},
524 JCheckBox[] checkBoxes = {nonModifiable, singleValued, collective,
634 collective.setSelected(attr.isCollective());
1297 collective.isSelected(), nonModifiable.isSelected(),
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java140 private JCheckBox collective = Utilities.createCheckBox( field in class:NewAttributePanel
633 {usage, singleValued, nonModifiable, collective, obsolete},
885 collective.isSelected(), nonModifiable.isSelected(),
H A DCustomAttributePanel.java167 private JCheckBox collective = Utilities.createCheckBox( field in class:CustomAttributePanel
332 {usage, singleValued, nonModifiable, collective, obsolete},
523 JCheckBox[] checkBoxes = {nonModifiable, singleValued, collective,
633 collective.setSelected(attr.isCollective());
1296 collective.isSelected(), nonModifiable.isSelected(),
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java141 private JCheckBox collective = Utilities.createCheckBox( field in class:NewAttributePanel
634 {usage, singleValued, nonModifiable, collective, obsolete},
886 collective.isSelected(), nonModifiable.isSelected(),
H A DCustomAttributePanel.java168 private JCheckBox collective = Utilities.createCheckBox( field in class:CustomAttributePanel
333 {usage, singleValued, nonModifiable, collective, obsolete},
524 JCheckBox[] checkBoxes = {nonModifiable, singleValued, collective,
634 collective.setSelected(attr.isCollective());
1297 collective.isSelected(), nonModifiable.isSelected(),
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java140 private JCheckBox collective = Utilities.createCheckBox( field in class:NewAttributePanel
633 {usage, singleValued, nonModifiable, collective, obsolete},
885 collective.isSelected(), nonModifiable.isSelected(),
H A DCustomAttributePanel.java167 private JCheckBox collective = Utilities.createCheckBox( field in class:CustomAttributePanel
332 {usage, singleValued, nonModifiable, collective, obsolete},
523 JCheckBox[] checkBoxes = {nonModifiable, singleValued, collective,
633 collective.setSelected(attr.isCollective());
1296 collective.isSelected(), nonModifiable.isSelected(),
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java141 private JCheckBox collective = Utilities.createCheckBox( field in class:NewAttributePanel
634 {usage, singleValued, nonModifiable, collective, obsolete},
886 collective.isSelected(), nonModifiable.isSelected(),
H A DCustomAttributePanel.java168 private JCheckBox collective = Utilities.createCheckBox( field in class:CustomAttributePanel
333 {usage, singleValued, nonModifiable, collective, obsolete},
524 JCheckBox[] checkBoxes = {nonModifiable, singleValued, collective,
634 collective.setSelected(attr.isCollective());
1297 collective.isSelected(), nonModifiable.isSelected(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java127 private final JCheckBox collective = Utilities.createCheckBox(INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL.get()); field in class:NewAttributePanel
535 { usage, singleValued, nonModifiable, collective, obsolete },
741 collective.isSelected(),
H A DCustomAttributePanel.java148 private final JCheckBox collective = createCheckBox(INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL.get()); field in class:CustomAttributePanel
303 {usage, singleValued, nonModifiable, collective, obsolete},
486 JCheckBox[] checkBoxes = {nonModifiable, singleValued, collective,
574 collective.setSelected(attr.isCollective());
1114 collective.isSelected(), nonModifiable.isSelected(),

Completed in 57 milliseconds