Package jade.gui

Class ConstraintDlg

    • Constructor Detail

      • ConstraintDlg

        public ConstraintDlg​(Frame parent)
        Create a dialog with the given parent.
        Parameters:
        parent - The Frame that is the parent window of this dialog.
      • ConstraintDlg

        public ConstraintDlg​(Dialog parent)
        Create a dialog with the given parent.
        Parameters:
        parent - The Dialog that is the parent window of this dialog.
    • Method Detail

      • setConstraint

        public SearchConstraints setConstraint()
        This method display a gui to insert the search constraints. Return a SearchConstraints if the OK button is pressed null otherwise.