Package de.hsh.graja.gui.model
Class Submission
java.lang.Object
de.hsh.graja.gui.model.Submission
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.ListProperty<String>
javafx.beans.property.ListProperty<String>
javafx.beans.property.BooleanProperty
javafx.beans.property.BooleanProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterUnmarshal
(javax.xml.bind.Unmarshaller unmarshaller, Object parent) Postprocessing sets task dependent datajavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
Gets the value of the property currentModelSolution.Gets the value of the property currentModelSolutionComment.Gets the value of the property currentModelSolutionPath.Gets the value of the property currentPath.Gets the value of the property modelSolutions.Gets the value of the property recentPaths.boolean
Gets the value of the property singleModelSolution.boolean
Gets the value of the property takeFromTaskZip.javafx.beans.property.BooleanProperty
javafx.beans.property.ListProperty<String>
javafx.beans.property.ListProperty<String>
void
setCurrentModelSolution
(String currentModelSolution) Sets the value of the property currentModelSolution.void
setCurrentPath
(String currentPath) Sets the value of the property currentPath.void
setModelSolutions
(List<String> modelSolutions) Sets the value of the property modelSolutions.void
setRecentPaths
(List<String> recentPaths) Sets the value of the property recentPaths.void
setSingleModelSolution
(boolean singleModelSolution) Sets the value of the property singleModelSolution.void
setTakeFromTaskZip
(boolean takeFromTaskZip) Sets the value of the property takeFromTaskZip.javafx.beans.property.BooleanProperty
javafx.beans.property.BooleanProperty
-
Property Details
-
takeFromTaskZip
public javafx.beans.property.BooleanProperty takeFromTaskZipProperty -
singleModelSolution
public javafx.beans.property.BooleanProperty singleModelSolutionProperty -
modelSolutions
- See Also:
-
currentModelSolution
public javafx.beans.property.StringProperty currentModelSolutionProperty -
currentModelSolutionComment
public javafx.beans.property.StringProperty currentModelSolutionCommentProperty- See Also:
-
currentModelSolutionPath
public javafx.beans.property.StringProperty currentModelSolutionPathProperty- See Also:
-
recentPaths
- See Also:
-
currentPath
public javafx.beans.property.StringProperty currentPathProperty- See Also:
-
-
Constructor Details
-
Submission
initialize default values
-
-
Method Details
-
afterUnmarshal
Postprocessing sets task dependent data -
getTakeFromTaskZip
public boolean getTakeFromTaskZip()Gets the value of the property takeFromTaskZip.- Property description:
-
setTakeFromTaskZip
public void setTakeFromTaskZip(boolean takeFromTaskZip) Sets the value of the property takeFromTaskZip.- Property description:
-
takeFromTaskZipProperty
public javafx.beans.property.BooleanProperty takeFromTaskZipProperty() -
getSingleModelSolution
public boolean getSingleModelSolution()Gets the value of the property singleModelSolution.- Property description:
-
setSingleModelSolution
public void setSingleModelSolution(boolean singleModelSolution) Sets the value of the property singleModelSolution.- Property description:
-
singleModelSolutionProperty
public javafx.beans.property.BooleanProperty singleModelSolutionProperty() -
getModelSolutions
Gets the value of the property modelSolutions.- Property description:
-
setModelSolutions
Sets the value of the property modelSolutions.- Property description:
-
modelSolutionsProperty
- See Also:
-
getCurrentModelSolution
Gets the value of the property currentModelSolution.- Property description:
-
setCurrentModelSolution
Sets the value of the property currentModelSolution.- Property description:
-
currentModelSolutionProperty
public javafx.beans.property.StringProperty currentModelSolutionProperty() -
getCurrentModelSolutionComment
Gets the value of the property currentModelSolutionComment.- Property description:
-
currentModelSolutionCommentProperty
public javafx.beans.property.StringProperty currentModelSolutionCommentProperty()- See Also:
-
getCurrentModelSolutionPath
Gets the value of the property currentModelSolutionPath.- Property description:
-
currentModelSolutionPathProperty
public javafx.beans.property.StringProperty currentModelSolutionPathProperty()- See Also:
-
getRecentPaths
Gets the value of the property recentPaths.- Property description:
-
setRecentPaths
Sets the value of the property recentPaths.- Property description:
-
recentPathsProperty
- See Also:
-
getCurrentPath
Gets the value of the property currentPath.- Property description:
-
setCurrentPath
Sets the value of the property currentPath.- Property description:
- Throws:
ModelException
-
currentPathProperty
public javafx.beans.property.StringProperty currentPathProperty()- See Also:
-
isEmptyChoiceProperty
public javafx.beans.property.BooleanProperty isEmptyChoiceProperty() -
createCurrentChoice
-
createEffectiveSingleChoices
-