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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java501 private static final String DIV_CLOSE = "</div>"; field in class:UIFactory
1320 .append(html).append(DIV_CLOSE);
1362 return DIV_OPEN_ERROR_BACKGROUND + html + DIV_CLOSE;
1374 return DIV_OPEN_WARNING_BACKGROUND + html + DIV_CLOSE;
1387 return DIV_OPEN_SUCCESSFUL_BACKGROUND + html + DIV_CLOSE;
1404 + left + "px;\">" + html + DIV_CLOSE;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java502 private static final String DIV_CLOSE = "</div>"; field in class:UIFactory
1321 .append(html).append(DIV_CLOSE);
1363 return DIV_OPEN_ERROR_BACKGROUND + html + DIV_CLOSE;
1375 return DIV_OPEN_WARNING_BACKGROUND + html + DIV_CLOSE;
1388 return DIV_OPEN_SUCCESSFUL_BACKGROUND + html + DIV_CLOSE;
1405 + left + "px;\">" + html + DIV_CLOSE;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java502 private static final String DIV_CLOSE = "</div>"; field in class:UIFactory
1321 .append(html).append(DIV_CLOSE);
1363 return DIV_OPEN_ERROR_BACKGROUND + html + DIV_CLOSE;
1375 return DIV_OPEN_WARNING_BACKGROUND + html + DIV_CLOSE;
1388 return DIV_OPEN_SUCCESSFUL_BACKGROUND + html + DIV_CLOSE;
1405 + left + "px;\">" + html + DIV_CLOSE;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java501 private static final String DIV_CLOSE = "</div>"; field in class:UIFactory
1320 .append(html).append(DIV_CLOSE);
1362 return DIV_OPEN_ERROR_BACKGROUND + html + DIV_CLOSE;
1374 return DIV_OPEN_WARNING_BACKGROUND + html + DIV_CLOSE;
1387 return DIV_OPEN_SUCCESSFUL_BACKGROUND + html + DIV_CLOSE;
1404 + left + "px;\">" + html + DIV_CLOSE;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java502 private static final String DIV_CLOSE = "</div>"; field in class:UIFactory
1321 .append(html).append(DIV_CLOSE);
1363 return DIV_OPEN_ERROR_BACKGROUND + html + DIV_CLOSE;
1375 return DIV_OPEN_WARNING_BACKGROUND + html + DIV_CLOSE;
1388 return DIV_OPEN_SUCCESSFUL_BACKGROUND + html + DIV_CLOSE;
1405 + left + "px;\">" + html + DIV_CLOSE;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java344 private static final String DIV_CLOSE = "</div>"; field in class:UIFactory
1131 buf.append("<div style=\"").append(getFontStyle(font)).append("\">").append(html).append(DIV_CLOSE);
1173 return DIV_OPEN_ERROR_BACKGROUND + html + DIV_CLOSE;
1187 return DIV_OPEN_WARNING_BACKGROUND + html + DIV_CLOSE;
1201 return DIV_OPEN_SUCCESSFUL_BACKGROUND + html + DIV_CLOSE;
1221 return "<div style=\"margin:" + top + "px " + right + "px " + bottom + "px " + left + "px;\">" + html + DIV_CLOSE;

Completed in 69 milliseconds