Searched refs:iconName (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java825 * @param iconName the icon.
830 public static JLabel makeJLabel(IconType iconName, Message text, argument
840 ImageIcon icon = getImageIcon(iconName);
842 Message tooltip = getIconTooltip(iconName);
1536 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1620 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1708 throw new IllegalArgumentException("Unknown iconName: " + iconType);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java826 * @param iconName the icon.
831 public static JLabel makeJLabel(IconType iconName, Message text, argument
841 ImageIcon icon = getImageIcon(iconName);
843 Message tooltip = getIconTooltip(iconName);
1537 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1621 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1709 throw new IllegalArgumentException("Unknown iconName: " + iconType);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java826 * @param iconName the icon.
831 public static JLabel makeJLabel(IconType iconName, Message text, argument
841 ImageIcon icon = getImageIcon(iconName);
843 Message tooltip = getIconTooltip(iconName);
1537 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1621 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1709 throw new IllegalArgumentException("Unknown iconName: " + iconType);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java825 * @param iconName the icon.
830 public static JLabel makeJLabel(IconType iconName, Message text, argument
840 ImageIcon icon = getImageIcon(iconName);
842 Message tooltip = getIconTooltip(iconName);
1536 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1620 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1708 throw new IllegalArgumentException("Unknown iconName: " + iconType);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java826 * @param iconName the icon.
831 public static JLabel makeJLabel(IconType iconName, Message text, argument
841 ImageIcon icon = getImageIcon(iconName);
843 Message tooltip = getIconTooltip(iconName);
1537 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1621 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1709 throw new IllegalArgumentException("Unknown iconName: " + iconType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java601 * @param iconName
609 public static JLabel makeJLabel(IconType iconName, LocalizableMessage text, TextStyle style) argument
618 ImageIcon icon = getImageIcon(iconName);
620 LocalizableMessage tooltip = getIconTooltip(iconName);
1336 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1404 throw new IllegalArgumentException("Unknown iconName: " + iconType);
1466 throw new IllegalArgumentException("Unknown iconName: " + iconType);

Completed in 489 milliseconds