/forgerock/opendj2/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 40 * the specified column width. Wrapping will only be done at space boundaries 41 * and if there are no spaces within the specified width, then wrapping will 45 * @param width The maximum number of characters to allow on a line if there 50 public static String wrapText(String text, int width) argument 62 else if (line.length() < width) 64 // The line fits in the specified width, so append it as-is. 69 // The line doesn't fit in the specified width, so it needs to be 86 else if (word.length() > width) 119 if (newLineLength < width)
|
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 41 * the specified column width. Wrapping will only be done at space boundaries 42 * and if there are no spaces within the specified width, then wrapping will 46 * @param width The maximum number of characters to allow on a line if there 51 public static String wrapText(String text, int width) argument 63 else if (line.length() < width) 65 // The line fits in the specified width, so append it as-is. 70 // The line doesn't fit in the specified width, so it needs to be 87 else if (word.length() > width) 120 if (newLineLength < width)
|
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 41 * the specified column width. Wrapping will only be done at space boundaries 42 * and if there are no spaces within the specified width, then wrapping will 46 * @param width The maximum number of characters to allow on a line if there 51 public static String wrapText(String text, int width) argument 63 else if (line.length() < width) 65 // The line fits in the specified width, so append it as-is. 70 // The line doesn't fit in the specified width, so it needs to be 87 else if (word.length() > width) 120 if (newLineLength < width)
|
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 40 * the specified column width. Wrapping will only be done at space boundaries 41 * and if there are no spaces within the specified width, then wrapping will 45 * @param width The maximum number of characters to allow on a line if there 50 public static String wrapText(String text, int width) argument 62 else if (line.length() < width) 64 // The line fits in the specified width, so append it as-is. 69 // The line doesn't fit in the specified width, so it needs to be 86 else if (word.length() > width) 119 if (newLineLength < width)
|
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 41 * the specified column width. Wrapping will only be done at space boundaries 42 * and if there are no spaces within the specified width, then wrapping will 46 * @param width The maximum number of characters to allow on a line if there 51 public static String wrapText(String text, int width) argument 63 else if (line.length() < width) 65 // The line fits in the specified width, so append it as-is. 70 // The line doesn't fit in the specified width, so it needs to be 87 else if (word.length() > width) 120 if (newLineLength < width)
|
/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/ |
H A D | TableSerializer.java | 63 * @param width 64 * The width of the column in characters. 66 public void addColumn(int width) { argument 153 * @param width 156 public void startTable(int height, int width) { argument
|
H A D | TableBuilder.java | 71 private int width = 0; field in class:TableBuilder 233 if (column > width) { 234 width = column; 262 if (header.size() > width) { 263 width = header.size(); 273 * Gets the width of the current row. 275 * @return Returns the width of the current row. 300 return width; 341 serializer.startTable(height, width); 342 for (int i = 0; i < width; [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | AccordionElementBorder.java | 70 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 74 g.drawLine(x, y, x + width - 1, y); 78 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1); 81 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
H A D | SelectedCategoryBorder.java | 72 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 77 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | AccordionElementBorder.java | 69 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 73 g.drawLine(x, y, x + width - 1, y); 77 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1); 80 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
H A D | SelectedCategoryBorder.java | 71 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 76 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
/forgerock/opendj2/src/server/org/opends/server/util/table/ |
H A D | TableSerializer.java | 62 * @param width 63 * The width of the column in characters. 65 public void addColumn(int width) { argument 152 * @param width 155 public void startTable(int height, int width) { argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/ |
H A D | TableSerializer.java | 63 * @param width 64 * The width of the column in characters. 66 public void addColumn(int width) { argument 153 * @param width 156 public void startTable(int height, int width) { argument
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | AccordionElementBorder.java | 70 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 74 g.drawLine(x, y, x + width - 1, y); 78 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1); 81 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
H A D | SelectedCategoryBorder.java | 72 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 77 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | AccordionElementBorder.java | 69 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 73 g.drawLine(x, y, x + width - 1, y); 77 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1); 80 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
H A D | SelectedCategoryBorder.java | 71 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 76 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/ |
H A D | TableSerializer.java | 63 * @param width 64 * The width of the column in characters. 66 public void addColumn(int width) { argument 153 * @param width 156 public void startTable(int height, int width) { argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/ |
H A D | TableSerializer.java | 62 * @param width 63 * The width of the column in characters. 65 public void addColumn(int width) { argument 152 * @param width 155 public void startTable(int height, int width) { argument
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/border/ |
H A D | AccordionElementBorder.java | 70 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 74 g.drawLine(x, y, x + width - 1, y); 78 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1); 81 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
H A D | SelectedCategoryBorder.java | 72 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 77 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/border/ |
H A D | AccordionElementBorder.java | 58 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument 62 g.drawLine(x, y, x + width - 1, y); 66 g.drawLine(x + width - 1, y, x + width - 1, y + height - 1); 69 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
H A D | SelectedCategoryBorder.java | 60 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument 64 g.drawLine(x, y + height - 1, x + width - 1, y + height - 1);
|
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | Utilities.java | 108 int width = (int) comp.getPreferredSize().getWidth(); 111 boolean multipleScreen = screenSize.width / screenSize.height >= 2; 115 comp.setLocation((screenSize.width / 4) - (width / 2), 119 comp.setLocation((screenSize.width - width) / 2, 199 * @param width the maximum width of the column. 202 public static String wrapMsg(String msg, int width) argument 214 else if (line.length() < width) [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | Utilities.java | 109 int width = (int) comp.getPreferredSize().getWidth(); 112 boolean multipleScreen = screenSize.width / screenSize.height >= 2; 116 comp.setLocation((screenSize.width / 4) - (width / 2), 120 comp.setLocation((screenSize.width - width) / 2, 200 * @param width the maximum width of the column. 203 public static String wrapMsg(String msg, int width) argument 215 else if (line.length() < width) [all...] |