Class EditFieldNameDialog

    • Constructor Detail

      • EditFieldNameDialog

        public EditFieldNameDialog​(java.lang.String title,
                                   PluginTool tool)
        Construct a new dialog.
        Parameters:
        Frame - parent for the dialog, null value is acceptable if no parent
        model - object that controls the enablement and settings for labels and does the work of adding or editing labels
    • 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)