Searched refs:AttributeSyntaxTreeNode (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java37 public class AttributeSyntaxTreeNode extends SchemaElementTreeNode class in inherits:SchemaElementTreeNode
47 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) method in class:AttributeSyntaxTreeNode
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java36 public class AttributeSyntaxTreeNode extends SchemaElementTreeNode class in inherits:SchemaElementTreeNode
46 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) method in class:AttributeSyntaxTreeNode
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java37 public class AttributeSyntaxTreeNode extends SchemaElementTreeNode class in inherits:SchemaElementTreeNode
47 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) method in class:AttributeSyntaxTreeNode
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java36 public class AttributeSyntaxTreeNode extends SchemaElementTreeNode class in inherits:SchemaElementTreeNode
46 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) method in class:AttributeSyntaxTreeNode
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java37 public class AttributeSyntaxTreeNode extends SchemaElementTreeNode class in inherits:SchemaElementTreeNode
47 public AttributeSyntaxTreeNode(String name, AttributeSyntax<?> syntax) method in class:AttributeSyntaxTreeNode
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DAttributeSyntaxTreeNode.java38 public class AttributeSyntaxTreeNode extends SchemaElementTreeNode class in inherits:SchemaElementTreeNode
48 public AttributeSyntaxTreeNode(String name, Syntax syntax) method in class:AttributeSyntaxTreeNode
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java839 HashMap<String, AttributeSyntaxTreeNode> hmSyntaxes =
840 new HashMap<String, AttributeSyntaxTreeNode>();
851 hmSyntaxes.put(name, new AttributeSyntaxTreeNode(name, syntax));
1152 else if (node instanceof AttributeSyntaxTreeNode)
1155 ((AttributeSyntaxTreeNode)node).getAttributeSyntax(), lastSchema);
1738 MatchingRuleTreeNode.class, AttributeSyntaxTreeNode.class};
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java838 HashMap<String, AttributeSyntaxTreeNode> hmSyntaxes =
839 new HashMap<String, AttributeSyntaxTreeNode>();
850 hmSyntaxes.put(name, new AttributeSyntaxTreeNode(name, syntax));
1151 else if (node instanceof AttributeSyntaxTreeNode)
1154 ((AttributeSyntaxTreeNode)node).getAttributeSyntax(), lastSchema);
1737 MatchingRuleTreeNode.class, AttributeSyntaxTreeNode.class};
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java839 HashMap<String, AttributeSyntaxTreeNode> hmSyntaxes =
840 new HashMap<String, AttributeSyntaxTreeNode>();
851 hmSyntaxes.put(name, new AttributeSyntaxTreeNode(name, syntax));
1152 else if (node instanceof AttributeSyntaxTreeNode)
1155 ((AttributeSyntaxTreeNode)node).getAttributeSyntax(), lastSchema);
1738 MatchingRuleTreeNode.class, AttributeSyntaxTreeNode.class};
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java838 HashMap<String, AttributeSyntaxTreeNode> hmSyntaxes =
839 new HashMap<String, AttributeSyntaxTreeNode>();
850 hmSyntaxes.put(name, new AttributeSyntaxTreeNode(name, syntax));
1151 else if (node instanceof AttributeSyntaxTreeNode)
1154 ((AttributeSyntaxTreeNode)node).getAttributeSyntax(), lastSchema);
1737 MatchingRuleTreeNode.class, AttributeSyntaxTreeNode.class};
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java839 HashMap<String, AttributeSyntaxTreeNode> hmSyntaxes =
840 new HashMap<String, AttributeSyntaxTreeNode>();
851 hmSyntaxes.put(name, new AttributeSyntaxTreeNode(name, syntax));
1152 else if (node instanceof AttributeSyntaxTreeNode)
1155 ((AttributeSyntaxTreeNode)node).getAttributeSyntax(), lastSchema);
1738 MatchingRuleTreeNode.class, AttributeSyntaxTreeNode.class};
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java728 Map<String, AttributeSyntaxTreeNode> hmSyntaxes = new HashMap<>();
739 hmSyntaxes.put(name, new AttributeSyntaxTreeNode(name, syntax));
1004 else if (node instanceof AttributeSyntaxTreeNode)
1006 entryPane.updateAttributeSyntax(((AttributeSyntaxTreeNode) node).getAttributeSyntax(), lastSchema);
1484 MatchingRuleTreeNode.class, AttributeSyntaxTreeNode.class };

Completed in 93 milliseconds