|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.ac.waikato.modeljunit.gui.Indentation
public class Indentation
Field Summary | |
---|---|
static java.lang.String |
SEP
|
Constructor Summary | |
---|---|
Indentation()
|
Method Summary | |
---|---|
protected static void |
expand()
|
static java.lang.String |
indent(java.lang.String str)
This adds the current indentation prefix to str. |
protected static void |
shrink()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SEP
Constructor Detail |
---|
public Indentation()
Method Detail |
---|
protected static void expand()
protected static void shrink()
public static java.lang.String indent(java.lang.String str)
str
- The line to be indented. Should not contain newlines.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |