Searched defs:indent (Results 1 - 4 of 4) sorted by relevance
| /solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
| H A D | UIDebugUtil.java | 44 Component component, int index, String indent) { 46 System.out.printf("%s%2d. %s%s\n", indent, index + 1, 54 indent += " "; 56 printComponentHierarchy(components[i], i, indent); 43 printComponentHierarchy( Component component, int index, String indent) argument
|
| H A D | DebugUtil.java | 52 * @param indent 53 * the indent to use when writing to the given {@code 65 boolean dump(String title, Object object, int indent, PrintWriter out); argument 75 public boolean dump(String title, Object object, int indent, 78 out.printf("%s%s%s\n", indent(indent), title, object); 86 public boolean dump(String title, Object object, int indent, 91 out.printf("%s%s%s (%d elements)\n", indent(indent), 94 indent 210 dump(String title, Object object, int indent) argument 214 dump(String title, Object object, int indent, PrintWriter out) argument 229 indent(int indent) argument [all...] |
| /solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/cli/ |
| H A D | UsageFormatter.java | 49 private int indent = _INDENT; field in class:UsageFormatter 95 public void setIndent(int indent) { argument 96 this.indent = indent; 100 return indent;
|
| H A D | CommandLineProcessor.java | 88 private void process(Option curOpt, OptionMap conflict, String indent) argument 93 // System.out.println(indent + "Current option: " + 109 // System.out.println(indent + "Next option: " + 121 // System.out.println(indent + "Used options:"); 123 // System.out.println(indent + " " + i + ": " + 136 // System.out.println(indent + "Validated option: " + 150 process(group, conflict, indent + " "); 158 // System.out.println(indent + "Should I save 1:"); 159 // System.out.println(indent + " " + 161 // System.out.println(indent [all...] |
Completed in 79 milliseconds