public class StatusJlabel extends StatusDebugLogger
| Modifier and Type | Field and Description |
|---|---|
protected JLabel |
jlabel |
log| Constructor and Description |
|---|
StatusJlabel(JLabel l) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected void |
setLabel(String message,
ImageIcon icon) |
void |
showError(String s) |
void |
showError(String message,
Throwable e) |
void |
showError(Throwable e) |
void |
showProgress(String m) |
void |
showStatus(String s) |
void |
showStatus(String s,
boolean callSuper) |
void |
showWarning(String s) |
protected JLabel jlabel
public StatusJlabel(JLabel l)
public void clear()
clear in interface StatusViewerclear in class StatusDebugLoggerpublic void showStatus(String s, boolean callSuper)
showStatus in interface StatusViewershowStatus in class StatusDebugLoggers - callSuper - public void showError(String s)
showError in interface StatusViewershowError in class StatusDebugLoggerpublic void showWarning(String s)
showWarning in interface StatusViewershowWarning in class StatusDebugLoggerpublic void showProgress(String m)
showProgress in interface StatusViewershowProgress in class StatusDebugLoggerpublic void showError(String message, Throwable e)
showError in interface StatusViewershowError in class StatusDebugLoggerpublic void showError(Throwable e)
showError in interface StatusViewershowError in class StatusDebugLoggerpublic void showStatus(String s)
showStatus in interface StatusViewershowStatus in class StatusDebugLoggerCopyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.