|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a message we wish to display as child node in the tree view.
Related adapter is SystemViewMessageAdapter
Field Summary | |
---|---|
static String |
copyright
|
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 |
public static final String copyright
public static final int MSGTYPE_ERROR
public static final int MSGTYPE_CANCEL
public static final int MSGTYPE_INFO
public static final int MSGTYPE_EMPTY
public static final int MSGTYPE_OBJECTCREATED
Method Detail |
public String getMessage()
public int getType()
public Object getParent()
public boolean isTransient()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |