Module bayern.steinbrecher.wizard
Package bayern.steinbrecher.wizard.pages
Class Selection<T extends java.lang.Comparable<T>>
java.lang.Object
bayern.steinbrecher.wizard.WizardableView<java.util.Optional<java.util.Set<T>>,SelectionController<T>>
bayern.steinbrecher.wizard.pages.Selection<T>
- Type Parameters:
T- The type of the attributes being able to select.
public class Selection<T extends java.lang.Comparable<T>> extends WizardableView<java.util.Optional<java.util.Set<T>>,SelectionController<T>>
Represents a selection dialog.
- Author:
- Stefan Huber
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected java.lang.StringgetWizardFxmlPath()Returns the path of the FXML file to load to be used by a wizard.Methods inherited from class bayern.steinbrecher.wizard.WizardableView
getController, getWizardPage, loadFXML
-
Constructor Details
-
Selection
Creates a new Frame representing the given options as selectableCheckBoxes and representing aTextFieldfor entering a number.- Parameters:
options- The options the user is allowed to select.
-
-
Method Details
-
getWizardFxmlPath
protected java.lang.String getWizardFxmlPath()Returns the path of the FXML file to load to be used by a wizard.- Specified by:
getWizardFxmlPathin classWizardableView<java.util.Optional<java.util.Set<T extends java.lang.Comparable<T>>>,SelectionController<T extends java.lang.Comparable<T>>>- Returns:
- The path of the FXML file to load to be used by a wizard.
- See Also:
WizardableView.getWizardPage()
-