Interface ParameterDialog

All Known Implementing Classes:
AbstractParameterDialog, DefaultParameterDialog

public interface ParameterDialog
ParameterDialog provides an interface for dialogs displaying name-value pairs where the value can be edited.
See Also:
ValueEditComponent
  • Method Details

    • getEditedParameters

      Parameter[] getEditedParameters()
      Returns the array of edited parameters.
      Returns:
      the array of edited parameters.
    • isOkSelected

      boolean isOkSelected()
      Returns true, if the user selected the ok button.
      Returns:
      DOCUMENT ME!
    • setValueEditContainer

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

      List<?> validateComponents()
      Checks if all the edit components have a syntactically correct input.
      Returns:
      a java.util.List of EditComponents which have a syntactically incorrect input.
    • getTargetSessions

      Collection<Session> getTargetSessions()