Searched refs:iconType (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java886 * @param iconType
890 public static String getIconHtml(IconType iconType) argument
892 String url = String.valueOf(UIFactory.class.getClassLoader().getResource(getIconPath(iconType)));
893 LocalizableMessage description = getIconDescription(iconType);
894 LocalizableMessage title = getIconTooltip(iconType);
901 * @param iconType
905 public static ImageIcon getImageIcon(IconType iconType) argument
907 if (iconType == null)
909 iconType = IconType.NO_ICON;
911 ImageIcon icon = hmIcons.get(iconType);
1292 getIconPath(IconType iconType) argument
1297 getKey(IconType iconType) argument
1347 getIconDescription(IconType iconType) argument
1415 getIconTooltip(IconType iconType) argument
[all...]
H A DQuickSetupStepPanel.java254 * @param iconType the icon type.
258 protected LocalizableMessage getTextForIcon(UIFactory.IconType iconType) argument
261 if (iconType == UIFactory.IconType.WAIT)
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DConnectorUtils.js141 obj.getIcon = function (iconType, iconList) {
145 return icon.type === iconType;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1096 * @param iconType the IconType for which we want the HTML representation.
1099 public static String getIconHtml(IconType iconType) argument
1103 getIconPath(iconType)));
1104 Message description = getIconDescription(iconType);
1105 Message title = getIconTooltip(iconType);
1112 * @param iconType the IconType for which we want to obtain the ImageIcon.
1115 public static ImageIcon getImageIcon(IconType iconType) argument
1117 if (iconType == null) {
1118 iconType = IconType.NO_ICON;
1120 ImageIcon icon = hmIcons.get(iconType);
1466 getIconPath(IconType iconType) argument
1546 getIconDescription(IconType iconType) argument
1631 getIconTooltip(IconType iconType) argument
[all...]
H A DQuickSetupStepPanel.java257 * @param iconType the icon type.
261 protected Message getTextForIcon(UIFactory.IconType iconType) argument
264 if (iconType == UIFactory.IconType.WAIT)
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1097 * @param iconType the IconType for which we want the HTML representation.
1100 public static String getIconHtml(IconType iconType) argument
1104 getIconPath(iconType)));
1105 Message description = getIconDescription(iconType);
1106 Message title = getIconTooltip(iconType);
1113 * @param iconType the IconType for which we want to obtain the ImageIcon.
1116 public static ImageIcon getImageIcon(IconType iconType) argument
1118 if (iconType == null) {
1119 iconType = IconType.NO_ICON;
1121 ImageIcon icon = hmIcons.get(iconType);
1467 getIconPath(IconType iconType) argument
1547 getIconDescription(IconType iconType) argument
1632 getIconTooltip(IconType iconType) argument
[all...]
H A DQuickSetupStepPanel.java258 * @param iconType the icon type.
262 protected Message getTextForIcon(UIFactory.IconType iconType) argument
265 if (iconType == UIFactory.IconType.WAIT)
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1097 * @param iconType the IconType for which we want the HTML representation.
1100 public static String getIconHtml(IconType iconType) argument
1104 getIconPath(iconType)));
1105 Message description = getIconDescription(iconType);
1106 Message title = getIconTooltip(iconType);
1113 * @param iconType the IconType for which we want to obtain the ImageIcon.
1116 public static ImageIcon getImageIcon(IconType iconType) argument
1118 if (iconType == null) {
1119 iconType = IconType.NO_ICON;
1121 ImageIcon icon = hmIcons.get(iconType);
1467 getIconPath(IconType iconType) argument
1547 getIconDescription(IconType iconType) argument
1632 getIconTooltip(IconType iconType) argument
[all...]
H A DQuickSetupStepPanel.java258 * @param iconType the icon type.
262 protected Message getTextForIcon(UIFactory.IconType iconType) argument
265 if (iconType == UIFactory.IconType.WAIT)
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1096 * @param iconType the IconType for which we want the HTML representation.
1099 public static String getIconHtml(IconType iconType) argument
1103 getIconPath(iconType)));
1104 Message description = getIconDescription(iconType);
1105 Message title = getIconTooltip(iconType);
1112 * @param iconType the IconType for which we want to obtain the ImageIcon.
1115 public static ImageIcon getImageIcon(IconType iconType) argument
1117 if (iconType == null) {
1118 iconType = IconType.NO_ICON;
1120 ImageIcon icon = hmIcons.get(iconType);
1466 getIconPath(IconType iconType) argument
1546 getIconDescription(IconType iconType) argument
1631 getIconTooltip(IconType iconType) argument
[all...]
H A DQuickSetupStepPanel.java257 * @param iconType the icon type.
261 protected Message getTextForIcon(UIFactory.IconType iconType) argument
264 if (iconType == UIFactory.IconType.WAIT)
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1097 * @param iconType the IconType for which we want the HTML representation.
1100 public static String getIconHtml(IconType iconType) argument
1104 getIconPath(iconType)));
1105 Message description = getIconDescription(iconType);
1106 Message title = getIconTooltip(iconType);
1113 * @param iconType the IconType for which we want to obtain the ImageIcon.
1116 public static ImageIcon getImageIcon(IconType iconType) argument
1118 if (iconType == null) {
1119 iconType = IconType.NO_ICON;
1121 ImageIcon icon = hmIcons.get(iconType);
1467 getIconPath(IconType iconType) argument
1547 getIconDescription(IconType iconType) argument
1632 getIconTooltip(IconType iconType) argument
[all...]
H A DQuickSetupStepPanel.java258 * @param iconType the icon type.
262 protected Message getTextForIcon(UIFactory.IconType iconType) argument
265 if (iconType == UIFactory.IconType.WAIT)
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataReplicationPanel.java308 protected Message getTextForIcon(UIFactory.IconType iconType) argument
311 if ((iconType == UIFactory.IconType.WAIT) &&
318 text = super.getTextForIcon(iconType);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataReplicationPanel.java309 protected Message getTextForIcon(UIFactory.IconType iconType) argument
312 if ((iconType == UIFactory.IconType.WAIT) &&
319 text = super.getTextForIcon(iconType);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataReplicationPanel.java309 protected Message getTextForIcon(UIFactory.IconType iconType) argument
312 if ((iconType == UIFactory.IconType.WAIT) &&
319 text = super.getTextForIcon(iconType);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataReplicationPanel.java308 protected Message getTextForIcon(UIFactory.IconType iconType) argument
311 if ((iconType == UIFactory.IconType.WAIT) &&
318 text = super.getTextForIcon(iconType);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DDataReplicationPanel.java309 protected Message getTextForIcon(UIFactory.IconType iconType) argument
312 if ((iconType == UIFactory.IconType.WAIT) &&
319 text = super.getTextForIcon(iconType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DDataReplicationPanel.java284 protected LocalizableMessage getTextForIcon(UIFactory.IconType iconType) argument
286 if (iconType == UIFactory.IconType.WAIT &&
293 return super.getTextForIcon(iconType);

Completed in 113 milliseconds