Searched defs:lType (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java104 protected JLabel lType = field in class:AbstractIndexPanel
344 c.add(lType, gbc);
400 setPrimaryValid(lType);
425 setPrimaryInvalid(lType);
H A DNewAttributePanel.java117 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
121 lEquality, lOrdering, lSubstring, lType
637 {lUsage, lType, null, null, null},
H A DNewObjectClassPanel.java108 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
119 lDescription, lType, lAttributes
626 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
H A DCustomAttributePanel.java144 private JLabel lType = Utilities.createPrimaryLabel(); field in class:CustomAttributePanel
148 lEquality, lOrdering, lSubstring, lType
336 {lUsage, lType, null, null, null},
H A DCustomObjectClassPanel.java127 private JLabel lType = Utilities.createPrimaryLabel( field in class:CustomObjectClassPanel
138 lDescription, lType, lAttributes
361 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java103 protected JLabel lType = field in class:AbstractIndexPanel
343 c.add(lType, gbc);
399 setPrimaryValid(lType);
424 setPrimaryInvalid(lType);
H A DNewAttributePanel.java116 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
120 lEquality, lOrdering, lSubstring, lType
636 {lUsage, lType, null, null, null},
H A DNewObjectClassPanel.java107 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
118 lDescription, lType, lAttributes
625 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
H A DCustomAttributePanel.java143 private JLabel lType = Utilities.createPrimaryLabel(); field in class:CustomAttributePanel
147 lEquality, lOrdering, lSubstring, lType
335 {lUsage, lType, null, null, null},
H A DCustomObjectClassPanel.java126 private JLabel lType = Utilities.createPrimaryLabel( field in class:CustomObjectClassPanel
137 lDescription, lType, lAttributes
360 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java104 protected JLabel lType = field in class:AbstractIndexPanel
344 c.add(lType, gbc);
400 setPrimaryValid(lType);
425 setPrimaryInvalid(lType);
H A DNewAttributePanel.java117 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
121 lEquality, lOrdering, lSubstring, lType
637 {lUsage, lType, null, null, null},
H A DNewObjectClassPanel.java108 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
119 lDescription, lType, lAttributes
626 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
H A DCustomAttributePanel.java144 private JLabel lType = Utilities.createPrimaryLabel(); field in class:CustomAttributePanel
148 lEquality, lOrdering, lSubstring, lType
336 {lUsage, lType, null, null, null},
H A DCustomObjectClassPanel.java127 private JLabel lType = Utilities.createPrimaryLabel( field in class:CustomObjectClassPanel
138 lDescription, lType, lAttributes
361 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java103 protected JLabel lType = field in class:AbstractIndexPanel
343 c.add(lType, gbc);
399 setPrimaryValid(lType);
424 setPrimaryInvalid(lType);
H A DNewAttributePanel.java116 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
120 lEquality, lOrdering, lSubstring, lType
636 {lUsage, lType, null, null, null},
H A DNewObjectClassPanel.java107 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
118 lDescription, lType, lAttributes
625 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
H A DCustomAttributePanel.java143 private JLabel lType = Utilities.createPrimaryLabel(); field in class:CustomAttributePanel
147 lEquality, lOrdering, lSubstring, lType
335 {lUsage, lType, null, null, null},
H A DCustomObjectClassPanel.java126 private JLabel lType = Utilities.createPrimaryLabel( field in class:CustomObjectClassPanel
137 lDescription, lType, lAttributes
360 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java104 protected JLabel lType = field in class:AbstractIndexPanel
344 c.add(lType, gbc);
400 setPrimaryValid(lType);
425 setPrimaryInvalid(lType);
H A DNewAttributePanel.java117 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
121 lEquality, lOrdering, lSubstring, lType
637 {lUsage, lType, null, null, null},
H A DNewObjectClassPanel.java108 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
119 lDescription, lType, lAttributes
626 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java114 final JLabel lType = Utilities.createPrimaryLabel(INFO_CTRL_PANEL_INDEX_TYPE_LABEL.get()); field in class:AbstractIndexPanel
283 c.add(lType, gbc);
341 setPrimaryValid(lType);
363 setPrimaryInvalid(lType);
H A DNewObjectClassPanel.java101 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
110 lDescription, lType, lAttributes
590 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};

Completed in 77 milliseconds

12