Class GoToAddressLabelDialog

All Implemented Interfaces:
ActionContextProvider, GoToServiceListener, StatusListener, TaskListener

public class GoToAddressLabelDialog extends ReusableDialogComponentProvider implements GoToServiceListener
  • Constructor Details

    • GoToAddressLabelDialog

      public GoToAddressLabelDialog(GoToService gotoService, Plugin plugin)
  • Method Details

    • show

      public void show(Navigatable nav, Address addr, PluginTool tool)
      Popup up the dialog in the center of the tool.
      Parameters:
      nav - the Navigatable
      addr - the address
      tool - the PluginTool
    • dialogShown

      protected void dialogShown()
      Description copied from class: DialogComponentProvider
      Override this method if you want to do something when the dialog is made visible
      Overrides:
      dialogShown in class DialogComponentProvider
    • close

      public void close()
      Overrides:
      close in class ReusableDialogComponentProvider
    • gotoCompleted

      public void gotoCompleted(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(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 JPanel buildMainPanel()
      Builds the main panel for this dialog.
      Returns:
      the main panel for this dialog
    • readConfigState

      public void readConfigState(SaveState saveState)
    • writeConfigState

      public void writeConfigState(SaveState saveState)
    • okCallback

      public final void okCallback()
      Description copied from class: DialogComponentProvider
      The callback method for when the "OK" button is pressed.
      Overrides:
      okCallback in class DialogComponentProvider
    • maxEntrysChanged

      public void maxEntrysChanged()
    • setCaseSensitive

      public void setCaseSensitive(boolean b)
    • getHistory

      public List<String> getHistory()
    • setCStyleInput

      public void setCStyleInput(boolean cStyleInput)
    • setMemory

      public void setMemory(boolean goToMemory)
    • setText

      public void setText(String text)