org.eclipse.rse.core.model
Interface ISystemMessageObject
-
All Known Implementing Classes:
-
SystemMessageObject
-
public interface ISystemMessageObject
This interface represents a message we wish to display as child node in the
tree view.
MSGTYPE_ERROR
static final int MSGTYPE_ERROR
- 0. An error occurred.
-
See Also:
-
Constant Field Values
MSGTYPE_CANCEL
static final int MSGTYPE_CANCEL
- 1. User cancelled
-
See Also:
-
Constant Field Values
MSGTYPE_INFO
static final int MSGTYPE_INFO
- 3. Informational text
-
See Also:
-
Constant Field Values
MSGTYPE_EMPTY
static final int MSGTYPE_EMPTY
- 4. Empty list. Eg "Nothing meets subset criteria"
-
See Also:
-
Constant Field Values
MSGTYPE_OBJECTCREATED
static final int MSGTYPE_OBJECTCREATED
- 5. Object created successfully.
-
See Also:
-
Constant Field Values
getMessage
String getMessage()
- Return the message text shown for the label.
The translated text is pre-determined from the message type.
-
getType
int getType()
- Return the type of message:
-
getParent
Object getParent()
- Return the parent object in the tree. That is, what was expanded to produce this message
-
isTransient
boolean isTransient()
- isTransient determines if the message should be removed from the
tree when the parent item in the tree is collapsed.
-
-
Returns:
- true if the item should be removed, false if it should not
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.