Class FieldSelectionDialog


  • public class FieldSelectionDialog
    extends BaseDialog
    A dialog with options to (re)load all fields, or only add new ones. Upon submitting the dialog, the "Sample data" dialog is opened to load fields.
    • Field Detail

      • reloadAllFields

        protected boolean reloadAllFields
    • Constructor Detail

      • FieldSelectionDialog

        public FieldSelectionDialog​(org.eclipse.swt.widgets.Shell shell,
                                    int numNewFields)
    • Method Detail

      • buildBody

        protected org.eclipse.swt.widgets.Control buildBody()
        Description copied from class: BaseDialog
        Returns the last element in the body - the one to which the buttons should be attached.
        Specified by:
        buildBody in class BaseDialog
        Returns:
      • cancel

        protected void cancel()
        Override to provide specific behavior, other than just disposing the dialog.
      • ok

        protected void ok()
        Override to provide specific behavior, other than just disposing the dialog.