Interface LayerViewPanelContext

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