Class EditAttributeByFormulaDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
de.fho.jump.pirol.plugins.EditAttributeByFormula.EditAttributeByFormulaDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class EditAttributeByFormulaDialog extends JDialog
Dialog to ask the user for information on the new attribute and for a formular, that represents a blue print to generate attribute values with.
Version:
$Rev$
Author:
Ole Rahn

FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement
See Also:
  • Field Details

  • Constructor Details

    • 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
  • Method Details