Class EditBindingDialog

    • Constructor Detail

      • EditBindingDialog

        public EditBindingDialog​(Dialog owner)
        Creates a modeless dialog without a title with the specified Dialog as its owner.
        Parameters:
        owner - the owning dialog
      • EditBindingDialog

        public EditBindingDialog​(Dialog owner,
                                 Dialog.ModalityType modality)
        Creates a dialog with the specified owner Dialog and modality.
        Parameters:
        owner - the owning dialog
        modality - the type of modality
      • EditBindingDialog

        public EditBindingDialog​(Dialog owner,
                                 String title)
        Creates a modeless dialog with the specified title and with the specified owner dialog.
        Parameters:
        owner - the owning dialog
        title - the title of the dialog
      • EditBindingDialog

        public EditBindingDialog​(Dialog owner,
                                 String title,
                                 Dialog.ModalityType modality)
        Creates a dialog with the specified title, modality and the specified owner Dialog.
        Parameters:
        owner - the owning dialog
        title - the title of the dialog
        modality - the type of modality
      • EditBindingDialog

        public EditBindingDialog​(Frame owner)
        Creates a modeless dialog without a title with the specified Frame as its owner.
        Parameters:
        owner - the owning frame
      • EditBindingDialog

        public EditBindingDialog​(Frame owner,
                                 boolean modal)
        Creates a dialog with the specified owner Frame, modality and an empty title.
        Parameters:
        owner - the owning frame
        modal - whether the dialog is modal or not
      • EditBindingDialog

        public EditBindingDialog​(Frame owner,
                                 String title)
        Creates a modeless dialog with the specified title and with the specified owner frame.
        Parameters:
        owner - the owning frame
        title - the title of the dialog
      • EditBindingDialog

        public EditBindingDialog​(Frame owner,
                                 String title,
                                 boolean modal)
        Creates a dialog with the specified owner Frame, modality and title.
        Parameters:
        owner - the owning frame
        title - the title of the dialog
        modal - whether the dialog is modal or not
    • Method Detail

      • initialize

        protected void initialize()
        Overrides:
        initialize in class adams.gui.dialog.ApprovalDialog
      • initGUI

        protected void initGUI()
        Overrides:
        initGUI in class adams.gui.dialog.ApprovalDialog
      • clearFields

        public void clearFields()
        Clears all the parameter fields.
      • getBinding

        public Binding getBinding()
        a getter for the binding
        Returns:
        a binding made from the last info entered
      • loadBinding

        public void loadBinding​(Binding b)
        loads a binding into the edit binding panel
        Parameters:
        b - the binding to load in