Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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.


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

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
Method Detail

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

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire