de.tu_berlin.cs.tfs.muvitorkit.ui.utils.test
Class StatusLineUtil
java.lang.Object
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

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 parterrorMessage
- the error message