Class EditAttributeByFormulaDialog

    • Constructor Detail

      • EditAttributeByFormulaDialog

        public EditAttributeByFormulaDialog​(Frame parentFrame,
                                            String title,
                                            boolean modal,
                                            String text,
                                            FeatureSchema featureSchema,
                                            PropertiesHandler storedFormulas)
                                     throws HeadlessException
        Parameters:
        parentFrame - the parent frame
        title - title of the dialog box
        modal - true if the dialog must be modal
        text - explanation text to display on top of the dialog
        featureSchema - feature schema of the layer
        storedFormulas - PropertiesHandler containing formulas
        Throws:
        HeadlessException - if the environment does not support keyboard, display or mouse
      • EditAttributeByFormulaDialog

        public EditAttributeByFormulaDialog​(Frame parentFrame,
                                            String title,
                                            boolean modal,
                                            String text,
                                            FeatureSchema featureSchema)
                                     throws HeadlessException
        Parameters:
        parentFrame - the parent frame
        title - title of the dialog box
        modal - true if the dialog must be modal
        text - explanation text to display on top of the dialog
        featureSchema - feature schema of the layer
        Throws:
        HeadlessException - if the environment does not support keyboard, display or mouse