|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Message
This interface is used to implement localised messages. The List Component can display such messages.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
ERROR
ERROR message type |
static int |
INFO
INFO message type |
static int |
WARNING
WARNING message yype |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns a localised message. |
int |
getType()
Returns the type of the message. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int INFO
static final int WARNING
static final int ERROR
Method Detail |
---|
java.lang.String getMessage()
int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |