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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1175 * @param ek HTMLEditor kit used for the new HTML pane
1180 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1184 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1181 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1185 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1181 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1185 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1175 * @param ek HTMLEditor kit used for the new HTML pane
1180 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1184 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1181 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1185 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java970 * @param ek
977 public static JEditorPane makeHtmlPane(LocalizableMessage text, HTMLEditorKit ek, Font font) argument
980 if (ek != null) {
981 pane.setEditorKit(ek);

Completed in 73 milliseconds