Searched refs:foreground (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java49 public static final Color foreground = field in class:ColorAndFontConstants
50 UIManager.getColor("TextField.foreground");
65 if ((foreground.getGreen() + foreground.getRed() + foreground.getBlue()) >
111 UIManager.getColor("Button.foreground");
115 public static final Color categoryForeground = foreground;
119 public static final Color expanderForeground = foreground;
143 public static final Color tableForeground = foreground;
151 public static final Color treeForeground = foreground;
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java48 public static final Color foreground = field in class:ColorAndFontConstants
49 UIManager.getColor("TextField.foreground");
64 if ((foreground.getGreen() + foreground.getRed() + foreground.getBlue()) >
110 UIManager.getColor("Button.foreground");
114 public static final Color categoryForeground = foreground;
118 public static final Color expanderForeground = foreground;
142 public static final Color tableForeground = foreground;
150 public static final Color treeForeground = foreground;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java49 public static final Color foreground = field in class:ColorAndFontConstants
50 UIManager.getColor("TextField.foreground");
65 if ((foreground.getGreen() + foreground.getRed() + foreground.getBlue()) >
111 UIManager.getColor("Button.foreground");
115 public static final Color categoryForeground = foreground;
119 public static final Color expanderForeground = foreground;
143 public static final Color tableForeground = foreground;
151 public static final Color treeForeground = foreground;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java48 public static final Color foreground = field in class:ColorAndFontConstants
49 UIManager.getColor("TextField.foreground");
64 if ((foreground.getGreen() + foreground.getRed() + foreground.getBlue()) >
110 UIManager.getColor("Button.foreground");
114 public static final Color categoryForeground = foreground;
118 public static final Color expanderForeground = foreground;
142 public static final Color tableForeground = foreground;
150 public static final Color treeForeground = foreground;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java49 public static final Color foreground = field in class:ColorAndFontConstants
50 UIManager.getColor("TextField.foreground");
65 if ((foreground.getGreen() + foreground.getRed() + foreground.getBlue()) >
111 UIManager.getColor("Button.foreground");
115 public static final Color categoryForeground = foreground;
119 public static final Color expanderForeground = foreground;
143 public static final Color tableForeground = foreground;
151 public static final Color treeForeground = foreground;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java53 public static final Color foreground = field in class:ColorAndFontConstants
54 UIManager.getColor("TextField.foreground");
69 if (foreground.getGreen() + foreground.getRed() + foreground.getBlue() > 200 * 3)
114 UIManager.getColor("Button.foreground");
118 public static final Color categoryForeground = foreground;
122 public static final Color expanderForeground = foreground;
146 public static final Color tableForeground = foreground;
154 public static final Color treeForeground = foreground;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java134 public void setForeground(Color foreground) argument
136 super.setForeground(foreground);
139 expandButton.setForeground(foreground);
H A DActionButton.java108 ColorAndFontConstants.foreground;
H A DLabelWithHelpIcon.java81 label.setForeground(ColorAndFontConstants.foreground);
186 * Sets the foreground color for the text in this panel.
187 * @param color the foreground color for the text in this panel.
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java133 public void setForeground(Color foreground) argument
135 super.setForeground(foreground);
138 expandButton.setForeground(foreground);
H A DActionButton.java107 ColorAndFontConstants.foreground;
H A DLabelWithHelpIcon.java80 label.setForeground(ColorAndFontConstants.foreground);
185 * Sets the foreground color for the text in this panel.
186 * @param color the foreground color for the text in this panel.
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java134 public void setForeground(Color foreground) argument
136 super.setForeground(foreground);
139 expandButton.setForeground(foreground);
H A DActionButton.java108 ColorAndFontConstants.foreground;
H A DLabelWithHelpIcon.java81 label.setForeground(ColorAndFontConstants.foreground);
186 * Sets the foreground color for the text in this panel.
187 * @param color the foreground color for the text in this panel.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java133 public void setForeground(Color foreground) argument
135 super.setForeground(foreground);
138 expandButton.setForeground(foreground);
H A DActionButton.java107 ColorAndFontConstants.foreground;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java134 public void setForeground(Color foreground) argument
136 super.setForeground(foreground);
139 expandButton.setForeground(foreground);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java132 public void setForeground(Color foreground) argument
134 super.setForeground(foreground);
137 expandButton.setForeground(foreground);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DTreeCellRenderer.java42 * foreground and background.
55 ColorAndFontConstants.foreground;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DTreeCellRenderer.java41 * foreground and background.
54 ColorAndFontConstants.foreground;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DTreeCellRenderer.java42 * foreground and background.
55 ColorAndFontConstants.foreground;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DTreeCellRenderer.java41 * foreground and background.
54 ColorAndFontConstants.foreground;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DTreeCellRenderer.java42 * foreground and background.
55 ColorAndFontConstants.foreground;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DTreeCellRenderer.java42 * foreground and background.
55 ColorAndFontConstants.foreground;

Completed in 1769 milliseconds

12