Interface LayerViewPanelContext
-
- All Superinterfaces:
ErrorHandler
- All Known Implementing Classes:
MapTab
,WorkbenchFrame
public interface LayerViewPanelContext extends ErrorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setStatusMessage(String message)
Displays a message indicating the status of current operations, typically in a status bar.void
warnUser(String warning)
Notifies the user about a minor issue.-
Methods inherited from interface org.locationtech.jts.jump.workbench.ui.ErrorHandler
handleThrowable
-
-
-
-
Method Detail
-
setStatusMessage
void setStatusMessage(String message)
Displays a message indicating the status of current operations, typically in a status bar.
-
warnUser
void warnUser(String warning)
Notifies the user about a minor issue. Subclasses may wish to simply forward the warning to #setStatusMessage.
-
-