Index
A B C F G H I M 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.WizardableView
-
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
- 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
-
Property containing a boolean value representing whether the current page shown is a last one.
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.WizardableController
C
- calculateResult() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
- calculateResult() - Method in class bayern.steinbrecher.wizard.WizardableController
-
Calculates the actual result if any.
- changingPageProperty() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns the property holding whether the current page is currently changed.
- create(Map<String, WizardPage<?>>) - Static method in class bayern.steinbrecher.wizard.Wizard
- currentPageProperty() - Method in class bayern.steinbrecher.wizard.Wizard
- currentPageProperty() - Method in class bayern.steinbrecher.wizard.WizardController
F
- 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
- getController() - Method in class bayern.steinbrecher.wizard.WizardableView
- getCurrentPage() - Method in class bayern.steinbrecher.wizard.Wizard
-
Gets the value of the property currentPage.
- getCurrentPage() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property currentPage.
- getNextFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the function calculating the key of the next page.
- getResourceValue(String, Object...) - Method in class bayern.steinbrecher.wizard.WizardableController
-
Returns the value behind
keyof the resource bundle inserted params. - getResourceValues(String, List<Object[]>) - Method in class bayern.steinbrecher.wizard.WizardableController
-
Returns a list of values behind
keyof the resource bundle and with inserted params. - getResult() - Method in class bayern.steinbrecher.wizard.WizardableController
-
Returns the current result that the content of the page represents.
- getResultFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the function calculating the result this page represents.
- getRoot() - Method in class bayern.steinbrecher.wizard.Wizard
- getRoot() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the pane containing all controls.
- getSelectedCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Gets the value of the property selectedCount.
- getState() - Method in class bayern.steinbrecher.wizard.Wizard
-
Gets the value of the property state.
- getState() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property state.
- getTotalCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Gets the value of the property totalCount.
- getVisitablePages() - Method in class bayern.steinbrecher.wizard.WizardController
-
Gets the value of the property visitablePages.
- 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
-
Returns a list of all visited pages if the wizard finished.
- getWizardPage() - Method in class bayern.steinbrecher.wizard.WizardableView
-
Creates a
WizardPage.
H
- hasNextFunctionProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the property holding
trueonly if this page has anextFunction.
I
- isAllSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
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
-
Returns a boolean value representing whether the current page shown is a last one.
- isChangingPage() - Method in class bayern.steinbrecher.wizard.WizardController
-
Checks whether this wizard is currently changing its page.
- isFinish() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns whether this page is a last one.
- isHasNextFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Checks whether this page has a
nextFunction. - isNothingSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Gets the value of the property nothingSelected.
- isValid() - Method in class bayern.steinbrecher.wizard.WizardableController
-
Gets the value of the property valid.
- isValid() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns whether the current input of this page is valid.
M
- makeFinishPage(boolean, Supplier<String>) - Method in class bayern.steinbrecher.wizard.WizardPage
N
- nextFunctionProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
-
The property containing the function calculating which page to show next.
- nothingSelectedProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
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
- put(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.
- put(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
- RUNNING - bayern.steinbrecher.wizard.WizardState
S
- selectedCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
- Selection<T extends java.lang.Comparable<? extends T>> - Class in bayern.steinbrecher.wizard.pages
- 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
- setOptions(Set<T>) - Method in class bayern.steinbrecher.wizard.pages.SelectionController
-
Removes all options and replaces them with the new list of options.
- setValidBinding(ObservableValue<? extends Boolean>) - Method in class bayern.steinbrecher.wizard.WizardPage
-
Sets a new binding to bind this pages
WizardPage.validproperty to. - setVisitablePages(Map<String, WizardPage<?>>) - Method in class bayern.steinbrecher.wizard.WizardController
-
Sets a new map of visitable pages.
- stateProperty() - Method in class bayern.steinbrecher.wizard.Wizard
- stateProperty() - Method in class bayern.steinbrecher.wizard.WizardController
T
- totalCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
V
- validProperty() - Method in class bayern.steinbrecher.wizard.WizardableController
-
A property indicating whether all input handled by this controller is valid.
- validProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the property representing whether this page has valid input.
- 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. - WizardableController<T extends java.util.Optional<?>> - Class in bayern.steinbrecher.wizard
-
Represents a controller of a
WizardableView. - WizardableController() - Constructor for class bayern.steinbrecher.wizard.WizardableController
- WizardableView<T extends java.util.Optional<?>,C extends WizardableController<T>> - Class in bayern.steinbrecher.wizard
-
Represents a class which can be in a
Wizard. - WizardableView(String, ResourceBundle) - Constructor for class bayern.steinbrecher.wizard.WizardableView
- WizardController - Class in bayern.steinbrecher.wizard
- WizardController() - Constructor for class bayern.steinbrecher.wizard.WizardController
- WizardPage<T> - Class in bayern.steinbrecher.wizard
-
Represents a page of the wizard.
- WizardPage(Pane, Supplier<String>, boolean, Supplier<T>) - Constructor for class bayern.steinbrecher.wizard.WizardPage
-
Creates a new page with given params.
- WizardPage(Pane, Supplier<String>, boolean, Supplier<T>, ObservableValue<? extends Boolean>) - Constructor for class bayern.steinbrecher.wizard.WizardPage
-
Creates a new page with given params.
- WizardState - Enum in bayern.steinbrecher.wizard
All Classes|All Packages