|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.adufour.ezplug.EzMessage
public class EzMessage
WARNING: Class will be removed from further updates ! Utility class providing various ways for EzPlugs to send out messages to the user
Nested Class Summary | |
---|---|
static class |
EzMessage.MessageType
Deprecated. |
static class |
EzMessage.OutputType
Deprecated. |
Method Summary | |
---|---|
static void |
message(java.lang.String message)
Deprecated. |
static void |
message(java.lang.String message,
EzMessage.MessageType messageType,
EzMessage.OutputType outputType)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void message(java.lang.String message)
message
- the message to displaypublic static void message(java.lang.String message, EzMessage.MessageType messageType, EzMessage.OutputType outputType)
message
- the message to displaymessageType
- the type of messageoutputType
- indicates how to display the message on the interface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |