/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/table/ |
H A D | LabelTableCell.java | 38 protected Color color; field in class:LabelTableCell 42 this.color = Color.BLACK; 54 this.color = c; 58 return color;
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | SelectableLabelWithHelpIcon.java | 176 * Sets the foreground color for the text in this panel. 177 * @param color the foreground color for the text in this panel. 179 public void setForeground(Color color) argument 181 super.setForeground(color); 185 label.setForeground(color);
|
H A D | LabelWithHelpIcon.java | 186 * Sets the foreground color for the text in this panel. 187 * @param color the foreground color for the text in this panel. 189 public void setForeground(Color color) argument 191 super.setForeground(color); 195 label.setForeground(color);
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | SelectableLabelWithHelpIcon.java | 175 * Sets the foreground color for the text in this panel. 176 * @param color the foreground color for the text in this panel. 178 public void setForeground(Color color) argument 180 super.setForeground(color); 184 label.setForeground(color);
|
H A D | LabelWithHelpIcon.java | 185 * Sets the foreground color for the text in this panel. 186 * @param color the foreground color for the text in this panel. 188 public void setForeground(Color color) argument 190 super.setForeground(color); 194 label.setForeground(color);
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | SelectableLabelWithHelpIcon.java | 176 * Sets the foreground color for the text in this panel. 177 * @param color the foreground color for the text in this panel. 179 public void setForeground(Color color) argument 181 super.setForeground(color); 185 label.setForeground(color);
|
H A D | LabelWithHelpIcon.java | 186 * Sets the foreground color for the text in this panel. 187 * @param color the foreground color for the text in this panel. 189 public void setForeground(Color color) argument 191 super.setForeground(color); 195 label.setForeground(color);
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | SelectableLabelWithHelpIcon.java | 175 * Sets the foreground color for the text in this panel. 176 * @param color the foreground color for the text in this panel. 178 public void setForeground(Color color) argument 180 super.setForeground(color); 184 label.setForeground(color);
|
H A D | LabelWithHelpIcon.java | 185 * Sets the foreground color for the text in this panel. 186 * @param color the foreground color for the text in this panel. 188 public void setForeground(Color color) argument 190 super.setForeground(color); 194 label.setForeground(color);
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | SelectableLabelWithHelpIcon.java | 176 * Sets the foreground color for the text in this panel. 177 * @param color the foreground color for the text in this panel. 179 public void setForeground(Color color) argument 181 super.setForeground(color); 185 label.setForeground(color);
|
H A D | LabelWithHelpIcon.java | 186 * Sets the foreground color for the text in this panel. 187 * @param color the foreground color for the text in this panel. 189 public void setForeground(Color color) argument 191 super.setForeground(color); 195 label.setForeground(color);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/ |
H A D | SelectableLabelWithHelpIcon.java | 175 * Sets the foreground color for the text in this panel. 176 * @param color the foreground color for the text in this panel. 178 public void setForeground(Color color) argument 180 super.setForeground(color); 184 label.setForeground(color);
|
H A D | LabelWithHelpIcon.java | 186 * Sets the foreground color for the text in this panel. 187 * @param color the foreground color for the text in this panel. 189 public void setForeground(Color color) argument 191 super.setForeground(color); 195 label.setForeground(color);
|
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/identity/ |
H A D | Identity.java | 138 * Gets the background color for the IDP that issued this identity. 139 * @return A hex string including a prepending # symbol, representing the color (e.g. #aabbcc) 328 public IdentityBuilder setBackgroundColor(String color) { argument 330 if (color != null) { 331 Color.parseColor(color); 332 backgroundColor = color; 335 logger.error("Tried to parse invalid string as color ({})", color, e);
|
/forgerock/opendj2/src/server/org/opends/server/admin/doc/ |
H A D | ConfigGuideGeneration.java | 1409 private String getLink(String str, String link, String target, String color) { argument 1411 (color != null ? "style=\"color:" + color + "\" " : "") + 1426 private void link(String str, String link, String target, String color) { argument 1433 htmlStr += getLink(str, link, target, color);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/doc/ |
H A D | ConfigGuideGeneration.java | 1410 private String getLink(String str, String link, String target, String color) { argument 1412 (color != null ? "style=\"color:" + color + "\" " : "") + 1427 private void link(String str, String link, String target, String color) { argument 1434 htmlStr += getLink(str, link, target, color);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/doc/ |
H A D | ConfigGuideGeneration.java | 1410 private String getLink(String str, String link, String target, String color) { argument 1412 (color != null ? "style=\"color:" + color + "\" " : "") + 1427 private void link(String str, String link, String target, String color) { argument 1434 htmlStr += getLink(str, link, target, color);
|
/forgerock/opendj2-hg/src/server/org/opends/server/admin/doc/ |
H A D | ConfigGuideGeneration.java | 1409 private String getLink(String str, String link, String target, String color) { argument 1411 (color != null ? "style=\"color:" + color + "\" " : "") + 1426 private void link(String str, String link, String target, String color) { argument 1433 htmlStr += getLink(str, link, target, color);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/doc/ |
H A D | ConfigGuideGeneration.java | 1410 private String getLink(String str, String link, String target, String color) { argument 1412 (color != null ? "style=\"color:" + color + "\" " : "") + 1427 private void link(String str, String link, String target, String color) { argument 1434 htmlStr += getLink(str, link, target, color);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/doc/ |
H A D | ConfigGuideGeneration.java | 1406 private String getLink(String str, String link, String target, String color) { argument 1408 (color != null ? "style=\"color:" + color + "\" " : "") + 1423 private void link(String str, String link, String target, String color) { argument 1430 htmlStr += getLink(str, link, target, color);
|
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-jai.jar | ... %3E" <init> () public static java.awt.Color getColorByName (java.lang.String) String colorName
}
org/apache ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-jai.jar | ... %3E" <init> () public static java.awt.Color getColorByName (java.lang.String) String colorName
}
org/apache ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-jai.jar | ... %3E" <init> () public static java.awt.Color getColorByName (java.lang.String) String colorName
}
org/apache ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-jai.jar | ... %3E" <init> () public static java.awt.Color getColorByName (java.lang.String) String colorName
}
org/apache ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant-jai.jar | ... %3E" <init> () public static java.awt.Color getColorByName (java.lang.String) String colorName
}
org/apache ... |