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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1036 * @param nCols the number of columns that the panel must have.
1042 public static void updatePreferredSize(JEditorPane pane, int nCols, argument
1045 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1089 * @param nCols the number of columns.
1092 public static Message wrapHTML(Message msg, int nCols) argument
1145 if (lastLineLength < nCols)
1178 if (lastLineLength < nCols)
1204 if (lastLineLength < nCols)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1035 * @param nCols the number of columns that the panel must have.
1041 public static void updatePreferredSize(JEditorPane pane, int nCols, argument
1044 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1088 * @param nCols the number of columns.
1091 public static Message wrapHTML(Message msg, int nCols) argument
1144 if (lastLineLength < nCols)
1177 if (lastLineLength < nCols)
1203 if (lastLineLength < nCols)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1036 * @param nCols the number of columns that the panel must have.
1042 public static void updatePreferredSize(JEditorPane pane, int nCols, argument
1045 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1089 * @param nCols the number of columns.
1092 public static Message wrapHTML(Message msg, int nCols) argument
1145 if (lastLineLength < nCols)
1178 if (lastLineLength < nCols)
1204 if (lastLineLength < nCols)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1035 * @param nCols the number of columns that the panel must have.
1041 public static void updatePreferredSize(JEditorPane pane, int nCols, argument
1044 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1088 * @param nCols the number of columns.
1091 public static Message wrapHTML(Message msg, int nCols) argument
1144 if (lastLineLength < nCols)
1177 if (lastLineLength < nCols)
1203 if (lastLineLength < nCols)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1049 * @param nCols the number of columns that the panel must have.
1055 public static void updatePreferredSize(JEditorPane pane, int nCols, argument
1058 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1102 * @param nCols the number of columns.
1105 public static Message wrapHTML(Message msg, int nCols) argument
1158 if (lastLineLength < nCols)
1191 if (lastLineLength < nCols)
1217 if (lastLineLength < nCols)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java1002 * @param nCols the number of columns that the panel must have.
1008 public static void updatePreferredSize(JEditorPane pane, int nCols, argument
1011 String wrappedText = wrapText(plainText, nCols);
1053 * @param nCols the number of columns.
1056 public static LocalizableMessage wrapHTML(LocalizableMessage msg, int nCols) argument
1109 if (lastLineLength < nCols)
1142 if (lastLineLength < nCols)
1168 if (lastLineLength < nCols)

Completed in 73 milliseconds