Searched defs:refreshIcon (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java67 private ImageIcon refreshIcon = field in class:FilterTextField
295 rightInsets += refreshIcon.getIconWidth() + getMargin(c, refreshIcon);
321 int margin = (height - refreshIcon.getIconHeight()) / 2;
322 refreshIcon.paintIcon(c, g2d, x + width - margin -
323 refreshIcon.getIconWidth() - leftSpaceOfClearIcon, y + margin);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java66 private ImageIcon refreshIcon = field in class:FilterTextField
294 rightInsets += refreshIcon.getIconWidth() + getMargin(c, refreshIcon);
320 int margin = (height - refreshIcon.getIconHeight()) / 2;
321 refreshIcon.paintIcon(c, g2d, x + width - margin -
322 refreshIcon.getIconWidth() - leftSpaceOfClearIcon, y + margin);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java67 private ImageIcon refreshIcon = field in class:FilterTextField
295 rightInsets += refreshIcon.getIconWidth() + getMargin(c, refreshIcon);
321 int margin = (height - refreshIcon.getIconHeight()) / 2;
322 refreshIcon.paintIcon(c, g2d, x + width - margin -
323 refreshIcon.getIconWidth() - leftSpaceOfClearIcon, y + margin);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java66 private ImageIcon refreshIcon = field in class:FilterTextField
294 rightInsets += refreshIcon.getIconWidth() + getMargin(c, refreshIcon);
320 int margin = (height - refreshIcon.getIconHeight()) / 2;
321 refreshIcon.paintIcon(c, g2d, x + width - margin -
322 refreshIcon.getIconWidth() - leftSpaceOfClearIcon, y + margin);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java67 private ImageIcon refreshIcon = field in class:FilterTextField
295 rightInsets += refreshIcon.getIconWidth() + getMargin(c, refreshIcon);
321 int margin = (height - refreshIcon.getIconHeight()) / 2;
322 refreshIcon.paintIcon(c, g2d, x + width - margin -
323 refreshIcon.getIconWidth() - leftSpaceOfClearIcon, y + margin);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DFilterTextField.java67 private ImageIcon refreshIcon = field in class:FilterTextField
275 rightInsets += refreshIcon.getIconWidth() + getMargin(c, refreshIcon);
299 int margin = (height - refreshIcon.getIconHeight()) / 2;
300 refreshIcon.paintIcon(c, g2d, x + width - margin -
301 refreshIcon.getIconWidth() - leftSpaceOfClearIcon, y + margin);

Completed in 31 milliseconds