/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | AttributeSyntaxTreeNode.java | 33 * 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 D | AttributeSyntaxTreeNode.java | 32 * 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 D | AttributeSyntaxTreeNode.java | 33 * 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 D | AttributeSyntaxTreeNode.java | 32 * 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 D | AttributeSyntaxTreeNode.java | 33 * 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 D | AttributeSyntaxTreeNode.java | 34 * 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 D | AttributeSyntaxPanel.java | 55 * 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 D | MatchingRulePanel.java | 71 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 D | StandardAttributePanel.java | 75 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 D | AttributeSyntaxPanel.java | 54 * 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 D | MatchingRulePanel.java | 70 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 D | StandardAttributePanel.java | 74 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 D | AttributeSyntaxPanel.java | 55 * 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 D | MatchingRulePanel.java | 71 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 D | StandardAttributePanel.java | 75 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 D | AttributeSyntaxPanel.java | 54 * 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 D | MatchingRulePanel.java | 70 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 D | StandardAttributePanel.java | 74 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 D | AttributeSyntaxPanel.java | 55 * 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 D | MatchingRulePanel.java | 71 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 D | AttributeSyntaxPanel.java | 55 * 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 D | MatchingRulePanel.java | 66 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 D | PolicyPropertyXMLBuilderBase.java | 80 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 D | LDAPSyntaxDescription.java | 41 * 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 D | PolicyPropertyXMLBuilderBase.java | 80 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...] |