Package org.graffiti.editor.dialog
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 Summary
Modifier and Type Method Description Parameter[]getEditedParameters()Returns the array of edited parameters.Collection<Session>getTargetSessions()booleanisOkSelected()Returnstrue, if the user selected the ok button.voidsetValueEditContainer(ValueEditContainer vec)Sets theValueEditContainerof thisParameterDialogto the specified value.List<?>validateComponents()Checks if all the edit components have a syntactically correct input.
-
Method Details
-
getEditedParameters
Parameter[] getEditedParameters()Returns the array of edited parameters.- Returns:
- the array of edited parameters.
-
isOkSelected
boolean isOkSelected()Returnstrue, if the user selected the ok button.- Returns:
- DOCUMENT ME!
-
setValueEditContainer
Sets theValueEditContainerof thisParameterDialogto the specified value.- Parameters:
vec- theValueEditContainerto be set.
-
validateComponents
List<?> validateComponents()Checks if all the edit components have a syntactically correct input.- Returns:
- a
java.util.ListofEditComponents which have a syntactically incorrect input.
-
getTargetSessions
Collection<Session> getTargetSessions()
-