Class AbstractParameterDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, ParameterDialog
Direct Known Subclasses:
DefaultParameterDialog

public abstract class AbstractParameterDialog
extends JDialog
implements ParameterDialog
AbstractParameterDialog provides an abstract implementation of the ParamterDialog for editing name-value pairs.
See Also:
JDialog, ParameterDialog, Serialized Form
  • Constructor Details

    • AbstractParameterDialog

      public AbstractParameterDialog​(Frame parent, boolean modal)
      Constructs a new abstract parameter dialog.
      Parameters:
      parent - the parent frame.
      modal - true, if this dialog should be modal.
  • Method Details

    • setValueEditContainer

      public void setValueEditContainer​(ValueEditContainer vec)
      Sets the ValueEditContainer of this ParameterDialog to the specified value.
      Specified by:
      setValueEditContainer in interface ParameterDialog
      Parameters:
      vec - the ValueEditContainer to be set.
    • validateComponents

      public List<?> validateComponents()
      Checks if all the edit components have a syntactically correct input.
      Specified by:
      validateComponents in interface ParameterDialog
      Returns:
      a java.util.List of EditComponents which have a syntactically incorrect input.