|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.messaging.TextMessage
de.willuhn.jameica.messaging.StatusBarMessage
public class StatusBarMessage
Wenn man eine Nachricht in der Statuszeile von Jameica anzeigen will, dann schickt man einfach eine Nachricht dieses Typs an die MessagingFactory.
| Field Summary | |
|---|---|
static int |
TYPE_ERROR
Definiert Fehlernachrichten. |
static int |
TYPE_SUCCESS
Definiert Erfolgsnachrichten. |
| Constructor Summary | |
|---|---|
StatusBarMessage(java.lang.String text,
int type)
ct. |
|
| Method Summary | |
|---|---|
int |
getType()
Liefert die Art der Nachricht. |
| Methods inherited from class de.willuhn.jameica.messaging.TextMessage |
|---|
getDate, getText, getTitle, setDate, setText, setTitle, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_SUCCESS
public static final int TYPE_ERROR
| Constructor Detail |
|---|
public StatusBarMessage(java.lang.String text,
int type)
text - Nachrichtentext.type - Art der Nachricht.TYPE_ERROR,
TYPE_SUCCESS| Method Detail |
|---|
public int getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||