|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemMessageObject
This interface represents a message we wish to display as child node in the tree view.
Field Summary | |
---|---|
static int |
MSGTYPE_CANCEL
1. |
static int |
MSGTYPE_EMPTY
4. |
static int |
MSGTYPE_ERROR
0. |
static int |
MSGTYPE_INFO
3. |
static int |
MSGTYPE_OBJECTCREATED
5. |
Method Summary | |
---|---|
String |
getMessage()
Return the message text shown for the label. |
Object |
getParent()
Return the parent object in the tree. |
int |
getType()
Return the type of message: MSGTYPE_ERROR
MSGTYPE_CANCEL
MSGTYPE_INFO
MSGTYPE_EMPTY
MSGTYPE_OBJECTCREATED
|
boolean |
isTransient()
isTransient determines if the message should be removed from the tree when the parent item in the tree is collapsed. |
Field Detail |
---|
static final int MSGTYPE_ERROR
static final int MSGTYPE_CANCEL
static final int MSGTYPE_INFO
static final int MSGTYPE_EMPTY
static final int MSGTYPE_OBJECTCREATED
Method Detail |
---|
String getMessage()
int getType()
Object getParent()
boolean isTransient()
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |