|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.helpgui.util.Out
public class Out
Class aible to write a simple message on the console
| Field Summary | |
|---|---|
static int |
FAILED
|
static int |
length
|
static int |
OK
|
| Constructor Summary | |
|---|---|
Out()
|
|
| Method Summary | |
|---|---|
static void |
msg(java.lang.String msg)
Write a message on the standar output and finish it by [ OK ]. |
static void |
msg(java.lang.String msg,
int state)
Write a message on the standar output and finish it by the specify state (OK, or FAILED). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int OK
public static int FAILED
public static int length
| Constructor Detail |
|---|
public Out()
| Method Detail |
|---|
public static void msg(java.lang.String msg)
public static void msg(java.lang.String msg,
int state)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||