public static interface ShowStatus.StatusWindow
showStatus(java.lang.String)
Modifier and Type | Method and Description |
---|---|
default void |
showStatus(String message)
Equivalent to {#showStatus(String, boolean)
showStatus(message, true)}.
|
void |
showStatus(String message,
boolean autoErase)
Display the message, typically a single line, in the message field
of the application.
|
default void showStatus(String message)
void showStatus(String message, boolean autoErase)
message
- the message to be displayed;
may be null
or empty in which case
the contents of the status window is immediately erasedautoErase
- if true
, instruct the application to
automatically erase the message after a few seconds