Class EditFieldNameDialog

    • Constructor Detail

      • EditFieldNameDialog

        public EditFieldNameDialog​(java.lang.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 Detail

      • okCallback

        protected void okCallback()
        This method gets called when the user clicks on the OK Button. The base class calls this method.
        Overrides:
        okCallback in class DialogComponentProvider
      • editField

        public void editField​(DataTypeComponent dataTypeComponent,
                              Program p,
                              java.awt.Component centeredOverComponent)