Interface LayerViewPanelContext
- All Superinterfaces:
ErrorHandler
- All Known Implementing Classes:
WorkbenchFrame
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetStatusMessage(String message) Displays a message indicating the status of current operations, typically in a status bar.voidNotifies the user about a minor issue.Methods inherited from interface ErrorHandler
handleThrowable
-
Method Details
-
setStatusMessage
Displays a message indicating the status of current operations, typically in a status bar. -
warnUser
Notifies the user about a minor issue. Subclasses may wish to simply forward the warning to #setStatusMessage.
-