Class EditFieldNameDialog

java.lang.Object
docking.DialogComponentProvider
ghidra.app.util.EditFieldNameDialog
All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class EditFieldNameDialog extends DialogComponentProvider
  • Constructor Details

    • EditFieldNameDialog

      public EditFieldNameDialog(String title, PluginTool tool)
      Construct a new dialog.
      Parameters:
      title - title for the dialog, null value is acceptable if no title
      tool - the plugin tool
  • Method Details