Searched defs:syntax (Results 1 - 25 of 112) sorted by relevance

12345

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java33 * Class of the nodes that represent an attribute syntax in the 'Manage Schema'
40 private AttributeSyntax<?> syntax; field in class:AttributeSyntaxTreeNode
45 * @param syntax the attribute syntax.
47 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) argument
49 super(name, syntax);
50 this.syntax = syntax;
54 * Returns the attribute syntax represented by this node.
55 * @return the attribute syntax represente
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java32 * Class of the nodes that represent an attribute syntax in the 'Manage Schema'
39 private AttributeSyntax<?> syntax; field in class:AttributeSyntaxTreeNode
44 * @param syntax the attribute syntax.
46 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) argument
48 super(name, syntax);
49 this.syntax = syntax;
53 * Returns the attribute syntax represented by this node.
54 * @return the attribute syntax represente
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java33 * Class of the nodes that represent an attribute syntax in the 'Manage Schema'
40 private AttributeSyntax<?> syntax; field in class:AttributeSyntaxTreeNode
45 * @param syntax the attribute syntax.
47 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) argument
49 super(name, syntax);
50 this.syntax = syntax;
54 * Returns the attribute syntax represented by this node.
55 * @return the attribute syntax represente
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java32 * Class of the nodes that represent an attribute syntax in the 'Manage Schema'
39 private AttributeSyntax<?> syntax; field in class:AttributeSyntaxTreeNode
44 * @param syntax the attribute syntax.
46 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) argument
48 super(name, syntax);
49 this.syntax = syntax;
53 * Returns the attribute syntax represented by this node.
54 * @return the attribute syntax represente
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java33 * Class of the nodes that represent an attribute syntax in the 'Manage Schema'
40 private AttributeSyntax<?> syntax; field in class:AttributeSyntaxTreeNode
45 * @param syntax the attribute syntax.
47 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) argument
49 super(name, syntax);
50 this.syntax = syntax;
54 * Returns the attribute syntax represented by this node.
55 * @return the attribute syntax represente
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java34 * Class of the nodes that represent an attribute syntax in the 'Manage Schema'
41 private Syntax syntax; field in class:AttributeSyntaxTreeNode
46 * @param syntax the attribute syntax.
48 public AttributeSyntaxTreeNode(String name, Syntax syntax) argument
50 super(name, syntax);
51 this.syntax = syntax;
55 * Returns the attribute syntax represented by this node.
56 * @return the attribute syntax represente
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAttributeSyntaxPanel.java55 * Panel containing information about an attribute syntax.
195 * @param syntax the attribute syntax that the panel must display.
198 public void update(AttributeSyntax<?> syntax, Schema schema) argument
200 String n = syntax.getSyntaxName();
207 oid.setText(syntax.getOID());
209 n = syntax.getDescription();
220 if (syntax == attr.getSyntax())
H A DMatchingRulePanel.java71 private JLabel syntax = Utilities.createDefaultLabel(); field in class:MatchingRulePanel
139 JLabel[] values = {name, oid, description, type, syntax};
232 syntax.setText(Utilities.getSyntaxText(s));
236 syntax.setText(syntaxOID);
H A DStandardAttributePanel.java75 private JLabel syntax = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
177 syntax, type, approximate, equality, ordering, substring};
309 syntax.setText(Utilities.getSyntaxText(attr.getSyntax()));
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAttributeSyntaxPanel.java54 * Panel containing information about an attribute syntax.
194 * @param syntax the attribute syntax that the panel must display.
197 public void update(AttributeSyntax<?> syntax, Schema schema) argument
199 String n = syntax.getSyntaxName();
206 oid.setText(syntax.getOID());
208 n = syntax.getDescription();
219 if (syntax == attr.getSyntax())
H A DMatchingRulePanel.java70 private JLabel syntax = Utilities.createDefaultLabel(); field in class:MatchingRulePanel
138 JLabel[] values = {name, oid, description, type, syntax};
231 syntax.setText(Utilities.getSyntaxText(s));
235 syntax.setText(syntaxOID);
H A DStandardAttributePanel.java74 private JLabel syntax = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
176 syntax, type, approximate, equality, ordering, substring};
308 syntax.setText(Utilities.getSyntaxText(attr.getSyntax()));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAttributeSyntaxPanel.java55 * Panel containing information about an attribute syntax.
195 * @param syntax the attribute syntax that the panel must display.
198 public void update(AttributeSyntax<?> syntax, Schema schema) argument
200 String n = syntax.getSyntaxName();
207 oid.setText(syntax.getOID());
209 n = syntax.getDescription();
220 if (syntax == attr.getSyntax())
H A DMatchingRulePanel.java71 private JLabel syntax = Utilities.createDefaultLabel(); field in class:MatchingRulePanel
139 JLabel[] values = {name, oid, description, type, syntax};
232 syntax.setText(Utilities.getSyntaxText(s));
236 syntax.setText(syntaxOID);
H A DStandardAttributePanel.java75 private JLabel syntax = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
177 syntax, type, approximate, equality, ordering, substring};
309 syntax.setText(Utilities.getSyntaxText(attr.getSyntax()));
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAttributeSyntaxPanel.java54 * Panel containing information about an attribute syntax.
194 * @param syntax the attribute syntax that the panel must display.
197 public void update(AttributeSyntax<?> syntax, Schema schema) argument
199 String n = syntax.getSyntaxName();
206 oid.setText(syntax.getOID());
208 n = syntax.getDescription();
219 if (syntax == attr.getSyntax())
H A DMatchingRulePanel.java70 private JLabel syntax = Utilities.createDefaultLabel(); field in class:MatchingRulePanel
138 JLabel[] values = {name, oid, description, type, syntax};
231 syntax.setText(Utilities.getSyntaxText(s));
235 syntax.setText(syntaxOID);
H A DStandardAttributePanel.java74 private JLabel syntax = Utilities.createDefaultLabel(); field in class:StandardAttributePanel
176 syntax, type, approximate, equality, ordering, substring};
308 syntax.setText(Utilities.getSyntaxText(attr.getSyntax()));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAttributeSyntaxPanel.java55 * Panel containing information about an attribute syntax.
195 * @param syntax the attribute syntax that the panel must display.
198 public void update(AttributeSyntax<?> syntax, Schema schema) argument
200 String n = syntax.getSyntaxName();
207 oid.setText(syntax.getOID());
209 n = syntax.getDescription();
220 if (syntax == attr.getSyntax())
H A DMatchingRulePanel.java71 private JLabel syntax = Utilities.createDefaultLabel(); field in class:MatchingRulePanel
139 JLabel[] values = {name, oid, description, type, syntax};
232 syntax.setText(Utilities.getSyntaxText(s));
236 syntax.setText(syntaxOID);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DAttributeSyntaxPanel.java55 * Panel containing information about an attribute syntax.
185 * @param syntax the attribute syntax that the panel must display.
188 public void update(Syntax syntax, Schema schema) argument
190 String n = syntax.getName();
197 oid.setText(syntax.getOID());
199 n = syntax.getDescription();
210 if (syntax == attr.getSyntax())
H A DMatchingRulePanel.java66 private JLabel syntax = Utilities.createDefaultLabel(); field in class:MatchingRulePanel
128 JLabel[] values = {name, oid, description, syntax};
219 syntax.setText(Utilities.getSyntaxText(s));
223 syntax.setText(syntaxOID);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPolicyPropertyXMLBuilderBase.java80 Syntax syntax = getPropertySyntax(name);
81 String tagClassName = getTagClassName(syntax);
110 // set the size of the text field based on its syntax
111 Object[] pSize = { getStringFieldSize(syntax) };
119 appendChoiceValues(name, syntax, xml);
129 * size will be determined based on the syntax of the attribute.
134 private String getStringFieldSize(Syntax syntax) { argument
138 int type = AMDisplayType.getDisplaySyntax(syntax);
150 Syntax syntax,
153 int syn = AMDisplayType.getDisplaySyntax(syntax);
148 appendChoiceValues( String name, Syntax syntax, StringBuffer xml ) argument
178 getTagClassName(Syntax syntax) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DLDAPSyntaxDescription.java41 * with an ldap syntax, which defines the custom ldap syntaxes.
54 * syntax definition.
58 /** The definition string used to create this ldap syntax description. */
61 /** The description for this ldap syntax description. */
64 /** The OID of the enclosed ldap syntax description. */
67 /** The LDAPSyntaxDescritpionSyntax associated with this ldap syntax. */
68 private Syntax syntax; field in class:LDAPSyntaxDescription
73 * Creates a new ldap syntax definition with the provided
77 * this ldap syntax. It must not be
79 * @param syntax Th
84 LDAPSyntaxDescription(String definition, Syntax syntax, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPolicyPropertyXMLBuilderBase.java80 Syntax syntax = getPropertySyntax(name);
81 String tagClassName = getTagClassName(syntax);
110 // set the size of the text field based on its syntax
111 Object[] pSize = { getStringFieldSize(syntax) };
119 appendChoiceValues(name, syntax, xml);
129 * size will be determined based on the syntax of the attribute.
134 private String getStringFieldSize(Syntax syntax) { argument
138 int type = AMDisplayType.getDisplaySyntax(syntax);
150 Syntax syntax,
153 int syn = AMDisplayType.getDisplaySyntax(syntax);
148 appendChoiceValues( String name, Syntax syntax, StringBuffer xml ) argument
178 getTagClassName(Syntax syntax) argument
[all...]

Completed in 163 milliseconds

12345