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.ui.messages
Class StatusLineManagerAdapter


java.lang.Object
  extended by 
org.eclipse.rse.ui.messages.StatusLineManagerAdapter
All Implemented Interfaces:
ISystemMessageLine

public class StatusLineManagerAdapter
extends Object
implements ISystemMessageLine

This class adapts the eclipse IStatusLineManager to an ISystemMessageLine.


Constructor Summary
StatusLineManagerAdapter ( IStatusLineManager statusLineManager)
          Constructor
 
Method Summary
 void clearErrorMessage ()
          Clears the currently displayed error message and redisplayes the non-error message which was active before the error message was set (if any).
 void clearMessage ()
          Clears the currently displayed message.
  String getErrorMessage ()
          Get the currently displayed error text.
  String getMessage ()
          Get the currently displayed message.
  SystemMessage getSystemErrorMessage ()
          Get the currently displayed error text.
 void setErrorMessage ( String message)
          Display the given error message.
 void setErrorMessage ( SystemMessage message)
          Display the given error message.
 void setErrorMessage ( Throwable exc)
          Display the given exception as an error message.
 void setMessage ( String message)
          Set the message text.
 void setMessage ( SystemMessage message)
          If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusLineManagerAdapter

public StatusLineManagerAdapter(
IStatusLineManager statusLineManager)
Constructor

Parameters:
statusLineManager - the status line manager to adapt to an ISystemMessageLine
Method Detail

clearErrorMessage

public void clearErrorMessage()
Description copied from interface: ISystemMessageLine
Clears the currently displayed error message and redisplayes the non-error message which was active before the error message was set (if any).

Specified by:
clearErrorMessage in interface ISystemMessageLine

clearMessage

public void clearMessage()
Description copied from interface: ISystemMessageLine
Clears the currently displayed message.

Specified by:
clearMessage in interface ISystemMessageLine

getErrorMessage

public 
String getErrorMessage()
Description copied from interface: ISystemMessageLine
Get the currently displayed error text.

Specified by:
getErrorMessage in interface ISystemMessageLine
Returns:
The error message. If no error message is displayed null is returned.

getSystemErrorMessage

public 
SystemMessage getSystemErrorMessage()
Description copied from interface: ISystemMessageLine
Get the currently displayed error text.

Specified by:
getSystemErrorMessage in interface ISystemMessageLine
Returns:
The error message. If no error message is displayed null is returned.

getMessage

public 
String getMessage()
Description copied from interface: ISystemMessageLine
Get the currently displayed message.

Specified by:
getMessage in interface ISystemMessageLine
Returns:
The message. If no message is displayed null is returned.

setErrorMessage

public void setErrorMessage(
String message)
Description copied from interface: ISystemMessageLine
Display the given error message. A currently displayed (non-error) message is saved and will be redisplayed when the error message is cleared.

Specified by:
setErrorMessage in interface ISystemMessageLine

setErrorMessage

public void setErrorMessage(
SystemMessage message)
Description copied from interface: ISystemMessageLine
Display the given error message. A currently displayed (non-error) message is saved and will be redisplayed when the error message is cleared.

Specified by:
setErrorMessage in interface ISystemMessageLine

setErrorMessage

public void setErrorMessage(
Throwable exc)
Description copied from interface: ISystemMessageLine
Display the given exception as an error message. This is a convenience method... a generic SystemMessage is used for exceptions.

Specified by:
setErrorMessage in interface ISystemMessageLine

setMessage

public void setMessage(
String message)
Description copied from interface: ISystemMessageLine
Set the message text. If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage.

Specified by:
setMessage in interface ISystemMessageLine

setMessage

public void setMessage(
SystemMessage message)
Description copied from interface: ISystemMessageLine
If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage

Specified by:
setMessage in interface ISystemMessageLine

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