Searched defs:category (Results 1 - 25 of 97) sorted by relevance

1234

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java63 * Constructor of the category button.
64 * @param category the category associated with this button.
66 public CategoryButton(Category category) argument
69 setText(category.getName().toString());
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
52 private Category category; field in class:CategoryPanel
63 * @param category the Category associated with the panel.
65 public CategoryPanel(JComponent child, Category category) argument
73 expandButton = new CategoryButton(category);
78 this.category = category;
101 * Returns the category associated with this panel.
102 * @return the category associated with this panel.
106 return category;
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java62 * Constructor of the category button.
63 * @param category the category associated with this button.
65 public CategoryButton(Category category) argument
68 setText(category.getName().toString());
H A DCategoryPanel.java42 * The panel representing a category. It contains a CategoryButton and a panel
51 private Category category; field in class:CategoryPanel
62 * @param category the Category associated with the panel.
64 public CategoryPanel(JComponent child, Category category) argument
72 expandButton = new CategoryButton(category);
77 this.category = category;
100 * Returns the category associated with this panel.
101 * @return the category associated with this panel.
105 return category;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java63 * Constructor of the category button.
64 * @param category the category associated with this button.
66 public CategoryButton(Category category) argument
69 setText(category.getName().toString());
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
52 private Category category; field in class:CategoryPanel
63 * @param category the Category associated with the panel.
65 public CategoryPanel(JComponent child, Category category) argument
73 expandButton = new CategoryButton(category);
78 this.category = category;
101 * Returns the category associated with this panel.
102 * @return the category associated with this panel.
106 return category;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java62 * Constructor of the category button.
63 * @param category the category associated with this button.
65 public CategoryButton(Category category) argument
68 setText(category.getName().toString());
H A DCategoryPanel.java42 * The panel representing a category. It contains a CategoryButton and a panel
51 private Category category; field in class:CategoryPanel
62 * @param category the Category associated with the panel.
64 public CategoryPanel(JComponent child, Category category) argument
72 expandButton = new CategoryButton(category);
77 this.category = category;
100 * Returns the category associated with this panel.
101 * @return the category associated with this panel.
105 return category;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java63 * Constructor of the category button.
64 * @param category the category associated with this button.
66 public CategoryButton(Category category) argument
69 setText(category.getName().toString());
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
52 private Category category; field in class:CategoryPanel
63 * @param category the Category associated with the panel.
65 public CategoryPanel(JComponent child, Category category) argument
73 expandButton = new CategoryButton(category);
78 this.category = category;
101 * Returns the category associated with this panel.
102 * @return the category associated with this panel.
106 return category;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DCategoryButton.java63 * Constructor of the category button.
64 * @param category the category associated with this button.
66 public CategoryButton(Category category) argument
69 setText(category.getName().toString());
H A DCategoryPanel.java43 * The panel representing a category. It contains a CategoryButton and a panel
52 private Category category; field in class:CategoryPanel
63 * @param category the Category associated with the panel.
65 public CategoryPanel(JComponent child, Category category) argument
73 expandButton = new CategoryButton(category);
78 this.category = category;
101 * Returns the category associated with this panel.
102 * @return the category associated with this panel.
106 return category;
[all...]
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/mixin/
H A DProcessDefinitionMixIn.java29 protected String category; field in class:ProcessDefinitionMixIn
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DErrorLogPublisher.java68 * have been defined for the associated category.
86 * The category and severity information are used to determine whether to
94 * @param category
95 * The category of the message, which is either a classname or a
96 * simple category name defined in {@code LoggingCategoryNames}
105 public abstract void log(String category, Severity severity, argument
109 * Check if a message should be logged for the provided category and severity.
111 * @param category
112 * The category of the message, which is either a classname or a
113 * simple category nam
120 isEnabledFor(String category, Severity severity) argument
[all...]
H A DErrorLogger.java99 * @param category
100 * The category of the message, which is either a classname or a
101 * simple category name defined in {@code LoggingCategoryNames}
110 public static void log(String category, Severity severity, LocalizableMessage message, Throwable exception) argument
114 publisher.log(category, severity, message, exception);
129 * Check if logging is enabled for the provided category and severity.
131 * @param category
132 * The category of the logging event, which is either a classname or
133 * a simple category name defined in {@code LoggingCategoryNames}
139 public static boolean isEnabledFor(String category, Severit argument
[all...]
H A DThreadFilterTextErrorLogPublisher.java82 public void log(String category, Severity severity, argument
93 sb.append("] category=").append(category).
111 public boolean isEnabledFor(String category, Severity severity) argument
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeAssignment.java73 protected String category; field in class:AttributeAssignment
102 * Gets the value of the category property.
110 return category;
114 * Sets the value of the category property.
122 this.category = value;
H A DAttributes.java85 protected String category; field in class:Attributes
146 * Gets the value of the category property.
154 return category;
158 * Sets the value of the category property.
166 this.category = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeAssignment.java73 protected String category; field in class:AttributeAssignment
102 * Gets the value of the category property.
110 return category;
114 * Sets the value of the category property.
122 this.category = value;
H A DAttributes.java85 protected String category; field in class:Attributes
146 * Gets the value of the category property.
154 return category;
158 * Sets the value of the category property.
166 this.category = value;
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java36 * with the ordinal and in most cases category and severity encoded
71 private Category category; field in class:MessagePropertyKey
96 Category category = null;
105 category = c;
116 if (category == null && includesCategory) {
159 return new MessagePropertyKey(category, severity, description, ordinal);
164 * @param category of this key
169 public MessagePropertyKey(Category category, Severity severity, argument
171 this.category = category;
[all...]
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java37 * with the ordinal and in most cases category and severity encoded
72 private Category category; field in class:MessagePropertyKey
97 Category category = null;
106 category = c;
117 if (category == null && includesCategory) {
160 return new MessagePropertyKey(category, severity, description, ordinal);
165 * @param category of this key
170 public MessagePropertyKey(Category category, Severity severity, argument
172 this.category = category;
[all...]
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java37 * with the ordinal and in most cases category and severity encoded
72 private Category category; field in class:MessagePropertyKey
97 Category category = null;
106 category = c;
117 if (category == null && includesCategory) {
160 return new MessagePropertyKey(category, severity, description, ordinal);
165 * @param category of this key
170 public MessagePropertyKey(Category category, Severity severity, argument
172 this.category = category;
[all...]
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java36 * with the ordinal and in most cases category and severity encoded
71 private Category category; field in class:MessagePropertyKey
96 Category category = null;
105 category = c;
116 if (category == null && includesCategory) {
159 return new MessagePropertyKey(category, severity, description, ordinal);
164 * @param category of this key
169 public MessagePropertyKey(Category category, Severity severity, argument
171 this.category = category;
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java37 * with the ordinal and in most cases category and severity encoded
72 private Category category; field in class:MessagePropertyKey
97 Category category = null;
106 category = c;
117 if (category == null && includesCategory) {
160 return new MessagePropertyKey(category, severity, description, ordinal);
165 * @param category of this key
170 public MessagePropertyKey(Category category, Severity severity, argument
172 this.category = category;
[all...]

Completed in 125 milliseconds

1234