de.tu_berlin.cs.tfs.muvitorkit.ui.utils.test
Class StatusLineUtil

java.lang.Object
  extended by de.tu_berlin.cs.tfs.muvitorkit.ui.utils.test.StatusLineUtil

public class StatusLineUtil
extends Object

Utility class for outputting text to the status line

Rating red

Method Summary
static void outputErrorMessage(IWorkbenchPart part, String errorMessage)
          Outputs an error message to the part's status line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

outputErrorMessage

public static void outputErrorMessage(IWorkbenchPart part,
                                      String errorMessage)
Outputs an error message to the part's status line. Does nothing if the status line manager cannot be determined from the part.

Can be invoked from a non-UI thread.

Parameters:
part - the part
errorMessage - the error message