Package adams.core
Interface StatusMessageHandlerExt
-
- All Superinterfaces:
StatusMessageHandler
- All Known Implementing Classes:
AbstractWorkspacePanelWithStatusBar
,ExperimenterPanel
,FileCommanderPanel
,FlowEditorPanel
,FlowPanel
public interface StatusMessageHandlerExt extends StatusMessageHandler
Interface for classes that can display a message string, either left or right.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showStatus(boolean left, String msg)
Displays a message.-
Methods inherited from interface adams.core.StatusMessageHandler
showStatus
-
-
-
-
Method Detail
-
showStatus
void showStatus(boolean left, String msg)
Displays a message.- Parameters:
left
- whether to show the message on the left or rightmsg
- the message to display
-
-