|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectuserInterface.interfaceUtility.Format
public class Format
Format the tags with the appropriate indents.
| Constructor Summary | |
|---|---|
Format()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
alignCloseTag(java.lang.String data)
Indent closing tag with the proper spacing. |
static java.lang.String |
alignOpenTag(java.lang.String data)
Indent opening tag with proper spacing. |
static java.lang.String |
alignTag(java.lang.String data)
Indent new tag with the proper spacing. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Format()
| Method Detail |
|---|
public static java.lang.String alignOpenTag(java.lang.String data)
data - -
the data to indent
public static java.lang.String alignCloseTag(java.lang.String data)
data - - the data to indent
public static java.lang.String alignTag(java.lang.String data)
data - - the data to indent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||