Class GoToAddressLabelDialog

    • Constructor Detail

      • GoToAddressLabelDialog

        public GoToAddressLabelDialog​(GoToService gotoService,
                                      Plugin plugin)
    • Method Detail

      • gotoCompleted

        public void gotoCompleted​(java.lang.String queryString,
                                  boolean foundResults)
        Description copied from interface: GoToServiceListener
        Notification that the GOTO completed.
        Specified by:
        gotoCompleted in interface GoToServiceListener
        Parameters:
        queryString - original query string
        foundResults - true if at least one hit was found for the query
      • gotoFailed

        public void gotoFailed​(java.lang.Exception exc)
        Description copied from interface: GoToServiceListener
        Notification that the GOTO failed with an exception.
        Specified by:
        gotoFailed in interface GoToServiceListener
        Parameters:
        exc - the exception that occurred.
      • buildMainPanel

        protected final javax.swing.JPanel buildMainPanel()
        Builds the main panel for this dialog.
      • showExpressionHelp

        protected void showExpressionHelp()
      • readConfigState

        public void readConfigState​(SaveState saveState)
      • writeConfigState

        public void writeConfigState​(SaveState saveState)
      • maxEntrysChanged

        public void maxEntrysChanged()
      • setCaseSensitive

        public void setCaseSensitive​(boolean b)
      • getHistory

        public java.util.List<java.lang.String> getHistory()
      • setCStyleInput

        public void setCStyleInput​(boolean cStyleInput)
      • setMemory

        public void setMemory​(boolean goToMemory)
      • setText

        public void setText​(java.lang.String text)