Index
A B C E F G H I N P R S T V W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- ABORTED - bayern.steinbrecher.wizard.WizardState
- afterControllerInitialized() - Method in class bayern.steinbrecher.wizard.pages.Selection
- afterControllerInitialized() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroup
- afterControllerInitialized() - Method in class bayern.steinbrecher.wizard.pages.TablePage
- afterControllerInitialized() - Method in class bayern.steinbrecher.wizard.WizardPage
-
This method is executed after the FXML is loaded and right after the corresponding controller is set.
- allSelectedProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
- allSelectedProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- atBeginningProperty() - Method in class bayern.steinbrecher.wizard.Wizard
- atBeginningProperty() - Method in class bayern.steinbrecher.wizard.WizardController
- atFinishProperty() - Method in class bayern.steinbrecher.wizard.Wizard
-
Property containing a boolean value representing whether the current page shown is a last one.
- atFinishProperty() - Method in class bayern.steinbrecher.wizard.WizardController
B
- bayern.steinbrecher.GenericWizard - module bayern.steinbrecher.GenericWizard
- bayern.steinbrecher.wizard - package bayern.steinbrecher.wizard
- bayern.steinbrecher.wizard.pages - package bayern.steinbrecher.wizard.pages
-
Contains a collection of common types of wizard pages which may be either used directly or as a reference for implementing custom wizard pages.
- bindValidProperty(ObservableValue<? extends Boolean>) - Method in class bayern.steinbrecher.wizard.WizardPageController
C
- calculateResult() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
- calculateResult() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- calculateResult() - Method in class bayern.steinbrecher.wizard.pages.TablePageController
- calculateResult() - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
- calculateResult() - Method in class bayern.steinbrecher.wizard.WizardPageController
-
Calculates the actual result if any.
- closeTextProperty() - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
- create(Map<String, WizardPage<?, ?>>) - Static method in class bayern.steinbrecher.wizard.Wizard
- currentGroupSelectedProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- currentPageProperty() - Method in class bayern.steinbrecher.wizard.Wizard
E
- EmbeddedWizardPage<T extends java.util.Optional<?>> - Class in bayern.steinbrecher.wizard
-
Represents a page of the wizard.
- embedStandaloneWizardPage(Stage, String) - Method in class bayern.steinbrecher.wizard.StandaloneWizardPage
- emptyProperty() - Method in class bayern.steinbrecher.wizard.pages.TablePageController
F
- finishDisallowedProperty() - Method in class bayern.steinbrecher.wizard.WizardController
- FINISHED - bayern.steinbrecher.wizard.WizardState
- FIRST_PAGE_KEY - Static variable in class bayern.steinbrecher.wizard.WizardPage
-
The key of the page to be used as first one.
G
- getCloseText() - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
- getController() - Method in class bayern.steinbrecher.wizard.WizardPage
- getCurrentPage() - Method in class bayern.steinbrecher.wizard.Wizard
-
Gets the value of the property currentPage.
- getGroups() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- getNextFunction() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
-
Gets the value of the property nextFunction.
- getNextFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the function calculating the key of the next page.
- getOptions() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- getResourceValue(String, Object...) - Method in class bayern.steinbrecher.wizard.WizardPageController
-
Returns the value behind
keyof the resource bundle inserted params. - getResourceValues(String, List<Object[]>) - Method in class bayern.steinbrecher.wizard.WizardPageController
-
Returns a list of values behind
keyof the resource bundle and with inserted params. - getResult() - Method in class bayern.steinbrecher.wizard.WizardPage
- getResult() - Method in class bayern.steinbrecher.wizard.WizardPageController
-
Returns the current result that the content of the page represents.
- getResults() - Method in class bayern.steinbrecher.wizard.pages.TablePageController
-
Gets the value of the property results.
- getRoot() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
- getRoot() - Method in class bayern.steinbrecher.wizard.Wizard
- getSelectedCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Gets the value of the property selectedCount.
- getSelectedCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
-
Gets the value of the property selectedCount.
- getSelectedPerGroup() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
-
Gets the value of the property selectedPerGroup.
- getStage() - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
-
Gets the value of the property stage.
- getState() - Method in class bayern.steinbrecher.wizard.Wizard
-
Gets the value of the property state.
- getTotalCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Gets the value of the property totalCount.
- getTotalCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
-
Gets the value of the property totalCount.
- getVisitablePages() - Method in class bayern.steinbrecher.wizard.WizardController
- getVisitedPages() - Method in class bayern.steinbrecher.wizard.Wizard
-
Returns the list of visited pages if the wizard finished.
- getVisitedPages() - Method in class bayern.steinbrecher.wizard.WizardController
H
- hasNextFunctionProperty() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
- hasNextFunctionProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
I
- initialize() - Method in class bayern.steinbrecher.wizard.pages.TablePageController
- isAllSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Gets the value of the property allSelected.
- isAllSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
-
Gets the value of the property allSelected.
- isAtBeginning() - Method in class bayern.steinbrecher.wizard.Wizard
-
Gets the value of the property atBeginning.
- isAtBeginning() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property atBeginning.
- isAtFinish() - Method in class bayern.steinbrecher.wizard.Wizard
-
Returns a boolean value representing whether the current page shown is a last one.
- isAtFinish() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property atFinish.
- isCurrentGroupSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
-
Gets the value of the property currentGroupSelected.
- isEmpty() - Method in class bayern.steinbrecher.wizard.pages.TablePageController
-
Gets the value of the property empty.
- isFinish() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
- isFinish() - Method in class bayern.steinbrecher.wizard.WizardPage
- isFinishDisallowed() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property finishDisallowed.
- isHasNextFunction() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
-
Gets the value of the property hasNextFunction.
- isHasNextFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Gets the value of the property hasNextFunction.
- isNextDisallowed() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property nextDisallowed.
- isNothingSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Gets the value of the property nothingSelected.
- isNothingSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
-
Gets the value of the property nothingSelected.
- isPreviousDisallowed() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property previousDisallowed.
- isValid() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
-
Gets the value of the property valid.
- isValid() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Gets the value of the property valid.
- isValid() - Method in class bayern.steinbrecher.wizard.WizardPageController
-
Gets the value of the property valid.
N
- nextDisallowedProperty() - Method in class bayern.steinbrecher.wizard.WizardController
- nextFunctionProperty() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
- nextFunctionProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
- nothingSelectedProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
- nothingSelectedProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
P
- PageNotFoundException - Exception in bayern.steinbrecher.wizard
- PageNotFoundException() - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
- PageNotFoundException(String) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
- PageNotFoundException(String, Throwable) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
- PageNotFoundException(Throwable) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
- previousDisallowedProperty() - Method in class bayern.steinbrecher.wizard.WizardController
- putPage(String, WizardPage<?, ?>) - Method in class bayern.steinbrecher.wizard.Wizard
-
Adds the given page to the wizard and replaces pages with the same key but only if the page was not already visited.
- putPage(String, WizardPage<?, ?>) - Method in class bayern.steinbrecher.wizard.WizardController
-
Adds the given page to the wizard and replaces pages with the same key but only if the page was not already visited.
R
- resultsProperty() - Method in class bayern.steinbrecher.wizard.pages.TablePageController
- RUNNING - bayern.steinbrecher.wizard.WizardState
S
- selectedCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
- selectedCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- selectedPerGroupProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- Selection<T extends java.lang.Comparable<? extends T>> - Class in bayern.steinbrecher.wizard.pages
- Selection(Future<Set<T>>) - Constructor for class bayern.steinbrecher.wizard.pages.Selection
- Selection(Set<T>) - Constructor for class bayern.steinbrecher.wizard.pages.Selection
-
Creates a new page which represents each given option as selectable
CheckBoxand adds a search box which allows to filter the visible options. - SelectionController<T extends java.lang.Comparable<? extends T>> - Class in bayern.steinbrecher.wizard.pages
-
Represents controller for Selection.fxml.
- SelectionController() - Constructor for class bayern.steinbrecher.wizard.pages.SelectionController
- SelectionGroup<T extends java.lang.Comparable<T>,G> - Class in bayern.steinbrecher.wizard.pages
-
Represents a
Selectionwhich allows to select and group items. - SelectionGroup(Set<T>, BiMap<G, Color>) - Constructor for class bayern.steinbrecher.wizard.pages.SelectionGroup
- SelectionGroupController<T extends java.lang.Comparable<T>,G> - Class in bayern.steinbrecher.wizard.pages
-
The controller of the SelectionGroup.
- SelectionGroupController() - Constructor for class bayern.steinbrecher.wizard.pages.SelectionGroupController
- setCloseText(String) - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
- setFinishAndDynamicNext(boolean, Supplier<WizardPage<R, C>>, String, Wizard) - Method in class bayern.steinbrecher.wizard.WizardPage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setFinishAndNext(boolean, Supplier<String>) - Method in class bayern.steinbrecher.wizard.WizardPage
- setGroups(BiMap<G, Color>) - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- setOptions(Set<T>) - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Removes all options and replaces them with the new list of options.
- setOptions(Set<T>) - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
- setResults(List<List<String>>) - Method in class bayern.steinbrecher.wizard.pages.TablePage
- setResults(List<List<String>>) - Method in class bayern.steinbrecher.wizard.pages.TablePageController
-
Sets the value of the property results.
- setStage(Stage) - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
-
Sets the value of the property stage.
- setVisitablePages(Map<String, WizardPage<?, ?>>) - Method in class bayern.steinbrecher.wizard.WizardController
-
Sets a new map of visitable pages.
- stageProperty() - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
- StandaloneWizardPage<T extends java.util.Optional<?>,C extends StandaloneWizardPageController<T>> - Class in bayern.steinbrecher.wizard
-
Represents a
WizardPagewhich can be shown without being embedded into aWizard. - StandaloneWizardPage(String, ResourceBundle) - Constructor for class bayern.steinbrecher.wizard.StandaloneWizardPage
- StandaloneWizardPageController<T extends java.util.Optional<?>> - Class in bayern.steinbrecher.wizard
- StandaloneWizardPageController() - Constructor for class bayern.steinbrecher.wizard.StandaloneWizardPageController
- stateProperty() - Method in class bayern.steinbrecher.wizard.Wizard
T
- TablePage - Class in bayern.steinbrecher.wizard.pages
- TablePage() - Constructor for class bayern.steinbrecher.wizard.pages.TablePage
- TablePage(List<List<String>>) - Constructor for class bayern.steinbrecher.wizard.pages.TablePage
-
NOTE The constructor assumes that the results are in row-major order and the first row contains the headings of the table.
- TablePageController - Class in bayern.steinbrecher.wizard.pages
- TablePageController() - Constructor for class bayern.steinbrecher.wizard.pages.TablePageController
- totalCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
- totalCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionGroupController
V
- validProperty() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
- validProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
- validProperty() - Method in class bayern.steinbrecher.wizard.WizardPageController
-
A property indicating whether all input handled by this controller is valid.
- valueOf(String) - Static method in enum bayern.steinbrecher.wizard.WizardState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum bayern.steinbrecher.wizard.WizardState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visitablePagesProperty() - Method in class bayern.steinbrecher.wizard.WizardController
W
- Wizard - Class in bayern.steinbrecher.wizard
-
Represents a wizard for showing a sequence of
Panes. - WizardController - Class in bayern.steinbrecher.wizard
- WizardController() - Constructor for class bayern.steinbrecher.wizard.WizardController
- WizardPage<T extends java.util.Optional<?>,C extends WizardPageController<T>> - Class in bayern.steinbrecher.wizard
-
Represents a class which can be in a
Wizard. - WizardPage(String, ResourceBundle) - Constructor for class bayern.steinbrecher.wizard.WizardPage
- WizardPageController<T extends java.util.Optional<?>> - Class in bayern.steinbrecher.wizard
-
Represents a controller of a
WizardPage. - WizardPageController() - Constructor for class bayern.steinbrecher.wizard.WizardPageController
- WizardState - Enum in bayern.steinbrecher.wizard
All Classes|All Packages