|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanecho.gui.AbstractMessageFormat
public abstract class AbstractMessageFormat
Simple line formatting methods
| Method Summary | |
|---|---|
static java.lang.String |
wrap(java.lang.String input)
Wrap the input we're given at the interval suggested by standWrap |
static java.lang.String |
wrap(java.lang.String input,
int len)
Take the input we're given and wrap at the user-defined intervals |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String wrap(java.lang.String input)
input - The string to be modified by the line wrap.
public static java.lang.String wrap(java.lang.String input,
int len)
input - The string to be modified by the line wrap.len - The maximum number of characters per line
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||