Interface LayerViewPanelContext

All Superinterfaces:
ErrorHandler
All Known Implementing Classes:
WorkbenchFrame

public interface LayerViewPanelContext extends ErrorHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 ErrorHandler

    handleThrowable
  • Method Details

    • 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.