Searched refs:IconType (Results 1 - 25 of 162) sorted by relevance

1234567

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java534 private static final HashMap<IconType, ImageIcon> hmIcons =
535 new HashMap<IconType, ImageIcon>();
541 public enum IconType enum in class:UIFactory
820 return makeJLabel(UIFactory.IconType.NO_ICON, desc.getLabel(), style);
830 public static JLabel makeJLabel(IconType iconName, Message text,
1095 * Returns the HTML string representing the provided IconType.
1096 * @param iconType the IconType for which we want the HTML representation.
1097 * @return the HTML string representing the provided IconType.
1099 public static String getIconHtml(IconType iconType)
1111 * Returns an ImageIcon object for the provided IconType
[all...]
H A DQuickSetupStepPanel.java261 protected Message getTextForIcon(UIFactory.IconType iconType)
264 if (iconType == UIFactory.IconType.WAIT)
351 checkingPanel.add(UIFactory.makeJLabel(UIFactory.IconType.WAIT,
476 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON, title,
H A DUtilities.java88 UIFactory.IconType ic;
90 ic = UIFactory.IconType.MINIMIZED_MAC;
92 ic = UIFactory.IconType.MINIMIZED;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java535 private static final HashMap<IconType, ImageIcon> hmIcons =
536 new HashMap<IconType, ImageIcon>();
542 public enum IconType enum in class:UIFactory
821 return makeJLabel(UIFactory.IconType.NO_ICON, desc.getLabel(), style);
831 public static JLabel makeJLabel(IconType iconName, Message text,
1096 * Returns the HTML string representing the provided IconType.
1097 * @param iconType the IconType for which we want the HTML representation.
1098 * @return the HTML string representing the provided IconType.
1100 public static String getIconHtml(IconType iconType)
1112 * Returns an ImageIcon object for the provided IconType
[all...]
H A DQuickSetupStepPanel.java262 protected Message getTextForIcon(UIFactory.IconType iconType)
265 if (iconType == UIFactory.IconType.WAIT)
352 checkingPanel.add(UIFactory.makeJLabel(UIFactory.IconType.WAIT,
477 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON, title,
H A DUtilities.java89 UIFactory.IconType ic;
91 ic = UIFactory.IconType.MINIMIZED_MAC;
93 ic = UIFactory.IconType.MINIMIZED;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java535 private static final HashMap<IconType, ImageIcon> hmIcons =
536 new HashMap<IconType, ImageIcon>();
542 public enum IconType enum in class:UIFactory
821 return makeJLabel(UIFactory.IconType.NO_ICON, desc.getLabel(), style);
831 public static JLabel makeJLabel(IconType iconName, Message text,
1096 * Returns the HTML string representing the provided IconType.
1097 * @param iconType the IconType for which we want the HTML representation.
1098 * @return the HTML string representing the provided IconType.
1100 public static String getIconHtml(IconType iconType)
1112 * Returns an ImageIcon object for the provided IconType
[all...]
H A DQuickSetupStepPanel.java262 protected Message getTextForIcon(UIFactory.IconType iconType)
265 if (iconType == UIFactory.IconType.WAIT)
352 checkingPanel.add(UIFactory.makeJLabel(UIFactory.IconType.WAIT,
477 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON, title,
H A DUtilities.java89 UIFactory.IconType ic;
91 ic = UIFactory.IconType.MINIMIZED_MAC;
93 ic = UIFactory.IconType.MINIMIZED;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java534 private static final HashMap<IconType, ImageIcon> hmIcons =
535 new HashMap<IconType, ImageIcon>();
541 public enum IconType enum in class:UIFactory
820 return makeJLabel(UIFactory.IconType.NO_ICON, desc.getLabel(), style);
830 public static JLabel makeJLabel(IconType iconName, Message text,
1095 * Returns the HTML string representing the provided IconType.
1096 * @param iconType the IconType for which we want the HTML representation.
1097 * @return the HTML string representing the provided IconType.
1099 public static String getIconHtml(IconType iconType)
1111 * Returns an ImageIcon object for the provided IconType
[all...]
H A DQuickSetupStepPanel.java261 protected Message getTextForIcon(UIFactory.IconType iconType)
264 if (iconType == UIFactory.IconType.WAIT)
351 checkingPanel.add(UIFactory.makeJLabel(UIFactory.IconType.WAIT,
476 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON, title,
H A DUtilities.java88 UIFactory.IconType ic;
90 ic = UIFactory.IconType.MINIMIZED_MAC;
92 ic = UIFactory.IconType.MINIMIZED;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java535 private static final HashMap<IconType, ImageIcon> hmIcons =
536 new HashMap<IconType, ImageIcon>();
542 public enum IconType enum in class:UIFactory
821 return makeJLabel(UIFactory.IconType.NO_ICON, desc.getLabel(), style);
831 public static JLabel makeJLabel(IconType iconName, Message text,
1096 * Returns the HTML string representing the provided IconType.
1097 * @param iconType the IconType for which we want the HTML representation.
1098 * @return the HTML string representing the provided IconType.
1100 public static String getIconHtml(IconType iconType)
1112 * Returns an ImageIcon object for the provided IconType
[all...]
H A DQuickSetupStepPanel.java262 protected Message getTextForIcon(UIFactory.IconType iconType)
265 if (iconType == UIFactory.IconType.WAIT)
352 checkingPanel.add(UIFactory.makeJLabel(UIFactory.IconType.WAIT,
477 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON, title,
H A DUtilities.java89 UIFactory.IconType ic;
91 ic = UIFactory.IconType.MINIMIZED_MAC;
93 ic = UIFactory.IconType.MINIMIZED;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java374 private static final HashMap<IconType, ImageIcon> hmIcons = new HashMap<>();
377 public enum IconType enum in class:UIFactory
595 return makeJLabel(UIFactory.IconType.NO_ICON, desc.getLabel(), style);
609 public static JLabel makeJLabel(IconType iconName, LocalizableMessage text, TextStyle style)
884 * Returns the HTML string representing the provided IconType.
887 * the IconType for which we want the HTML representation.
888 * @return the HTML string representing the provided IconType.
890 public static String getIconHtml(IconType iconType)
899 * Returns an ImageIcon object for the provided IconType.
902 * the IconType fo
[all...]
H A DQuickSetupStepPanel.java258 protected LocalizableMessage getTextForIcon(UIFactory.IconType iconType)
261 if (iconType == UIFactory.IconType.WAIT)
348 checkingPanel.add(UIFactory.makeJLabel(UIFactory.IconType.WAIT,
462 UIFactory.makeJLabel(UIFactory.IconType.NO_ICON, title,
H A DUtilities.java88 UIFactory.IconType ic;
90 ic = UIFactory.IconType.MINIMIZED_MAC;
92 ic = UIFactory.IconType.MINIMIZED;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java120 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
127 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
155 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE)
162 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE) + SPACE
187 UIFactory.getIconHtml(UIFactory.IconType.INFORMATION_LARGE) + SPACE
356 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE + SPACE
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
156 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE)
163 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE) + SPACE
188 UIFactory.getIconHtml(UIFactory.IconType.INFORMATION_LARGE) + SPACE
357 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE + SPACE
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
156 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE)
163 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE) + SPACE
188 UIFactory.getIconHtml(UIFactory.IconType.INFORMATION_LARGE) + SPACE
357 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE + SPACE
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java120 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
127 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
155 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE)
162 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE) + SPACE
187 UIFactory.getIconHtml(UIFactory.IconType.INFORMATION_LARGE) + SPACE
356 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE + SPACE
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
156 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE)
163 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE) + SPACE
188 UIFactory.getIconHtml(UIFactory.IconType.INFORMATION_LARGE) + SPACE
357 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE + SPACE
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java114 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
121 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
150 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE)
157 UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE) + SPACE
183 UIFactory.getIconHtml(UIFactory.IconType.INFORMATION_LARGE) + SPACE
360 String html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE + SPACE + buf;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRuntimeOptionsPanel.java127 JLabel l = UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
152 l = UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
342 lServer = UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
354 lImport = UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
447 buf.append(UIFactory.getIconHtml(UIFactory.IconType.WARNING_LARGE))

Completed in 95 milliseconds

1234567