|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.widgets.StatusMessage
This class represents the status message object. Each status message will contain the originator, the status bar text, and the status bar panel.
Field Summary | |
private static String |
CLASSNAME
|
private Object |
originator
|
private static String |
RESOURCE
|
private int |
statusBarPanel
|
private String |
statusBarText
|
private static String |
versionID
|
Constructor Summary | |
StatusMessage(Object originator)
|
|
StatusMessage(Object originator,
String statusBarText)
|
|
StatusMessage(Object originator,
String statusBarText,
int statusBarPanel)
|
Method Summary | |
Object |
getOriginator()
Gets the value of the attribute: originator; The object that fires up the status bar message. |
int |
getStatusBarPanel()
Gets the value of the attribute: statusBarPanel; The status bar panel which the message will be displayed. |
String |
getStatusBarText()
Gets the value of the attribute: statusBarText; The text that the status bar panel will display. |
void |
setOriginator(Object a_Originator)
Sets the value of the attribute: originator; The object that fires up the status bar message. |
void |
setStatusBarPanel(int a_StatusBarPanel)
Sets the value of the attribute: statusBarPanel; The status bar panel which the message will be displayed. |
void |
setStatusBarText(String a_StatusBarText)
Sets the value of the attribute: statusBarText; The text that the status bar panel will display. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String versionID
private Object originator
private String statusBarText
private int statusBarPanel
Constructor Detail |
public StatusMessage(Object originator)
originator
- public StatusMessage(Object originator, String statusBarText)
originator
- statusBarText
- public StatusMessage(Object originator, String statusBarText, int statusBarPanel)
originator
- statusBarText
- statusBarPanel
- Method Detail |
public Object getOriginator()
public void setOriginator(Object a_Originator)
a_Originator
- public String getStatusBarText()
public void setStatusBarText(String a_StatusBarText)
a_StatusBarText
- public int getStatusBarPanel()
public void setStatusBarPanel(int a_StatusBarPanel)
a_StatusBarPanel
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |