Package ghidra.util

Interface StatusListener

    • Method Detail

      • setStatusText

        void setStatusText​(java.lang.String text)
        Set the current status as type INFO
        Parameters:
        text - status text
      • setStatusText

        void setStatusText​(java.lang.String text,
                           MessageType type)
        Set the current status as the specified type
        Parameters:
        text - status text
        type - status type
      • setStatusText

        void setStatusText​(java.lang.String text,
                           MessageType type,
                           boolean alert)
        Set the current status as the specified type
        Parameters:
        text - status text
        type - status type
        alert - true to grab the user's attention
      • clearStatusText

        void clearStatusText()
        Clear the current status - same as setStatusText("") without being recorded