Index
A B C F G H I N P S V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- atBeginningProperty() - Method in class bayern.steinbrecher.wizard.Wizard
-
Property containing a boolean value representing whether the current page shown is the first one.
- atBeginningProperty() - Method in class bayern.steinbrecher.wizard.WizardController
-
Property containing a boolean value representing whether the current page shown is the first one.
- 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.wizard - package bayern.steinbrecher.wizard
-
Contains a wizard for being used with JavaFX.
C
- changingPageProperty() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns the property holding whether the current page is currently changed.
- currentPageProperty() - Method in class bayern.steinbrecher.wizard.Wizard
-
Returns the property holding the currently shown page.
- currentPageProperty() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns the property holding the currently shown page.
F
- finishedProperty() - Method in class bayern.steinbrecher.wizard.Wizard
-
Returns the property representing whether the wizard is finished.
- finishedProperty() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns the property representing whether the wizard is finished.
- FIRST_PAGE_KEY - Static variable in class bayern.steinbrecher.wizard.WizardPage
-
The key of the page to be used as first one.
G
- getCurrentPage() - Method in class bayern.steinbrecher.wizard.Wizard
-
Returns the currently shown page.
- getCurrentPage() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns the currently shown page.
- getNextFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the function calculating the key of the next page.
- getPages() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns all visitable pages.
- getResultFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the function calculating the result this page represents.
- getResults() - Method in class bayern.steinbrecher.wizard.Wizard
-
Returns the results of all pages visited in a sequence to an end.
- getResults() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns the results of all pages visited in a sequence to an end.
- getRoot() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the pane containing all controls.
H
- hasNextFunctionProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the property holding
trueonly if this page has anextFunction.
I
- IllegalCallableException - Exception in bayern.steinbrecher.wizard
-
Signals that calling a
Callableof a page has thrown an exception. - IllegalCallableException() - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
-
Constructs an
IllegalCallableExceptionwithout detail message and no cause. - IllegalCallableException(String) - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
-
Constructs an
IllegalCallableExceptionwith detail message but no cause. - IllegalCallableException(String, Throwable) - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
-
Constructs an
IllegalCallableExceptionwith given detail message and cause. - IllegalCallableException(Throwable) - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
-
Constructs an
IllegalCallableExceptionwithout detail message but with given cause. - initialize(URL, ResourceBundle) - Method in class bayern.steinbrecher.wizard.WizardController
- isAtBeginning() - Method in class bayern.steinbrecher.wizard.Wizard
-
Returns a boolean value representing whether the current page shown is the first one.
- isAtBeginning() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns a boolean value representing whether the current page shown is the first one.
- 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.
- isFinished() - Method in class bayern.steinbrecher.wizard.Wizard
-
Checks whether the wizard is finished.
- isFinished() - Method in class bayern.steinbrecher.wizard.WizardController
-
Checks whether the wizard is finished.
- isHasNextFunction() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Checks whether this page has a
nextFunction. - isValid() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns whether the current input of this page is valid.
N
- nextFunctionProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
-
The property containing the function calculating which page to show next.
P
- PageNotFoundException - Exception in bayern.steinbrecher.wizard
-
Signals that a wizard page having a certain key could not be found.
- PageNotFoundException() - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
-
Constructs an
PageNotFoundExceptionwithout detail message and no cause. - PageNotFoundException(String) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
-
Constructs an
PageNotFoundExceptionwith detail message but no cause. - PageNotFoundException(String, Throwable) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
-
Constructs an
PageNotFoundExceptionwith given detail message and cause. - PageNotFoundException(Throwable) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
-
Constructs an
PageNotFoundExceptionwithout detail message but with given cause. - pagesProperty() - Method in class bayern.steinbrecher.wizard.WizardController
-
Returns the property holding all pages visitable.
- 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.
S
- setFinish(boolean) - Method in class bayern.steinbrecher.wizard.WizardPage
-
Changes whether this page is a last one.
- setNextFunction(Callable<String>) - Method in class bayern.steinbrecher.wizard.WizardPage
-
Sets a new function calculating the key of the next page.
- setPages(Map<String, WizardPage<?>>) - Method in class bayern.steinbrecher.wizard.WizardController
-
Sets a new map of visitable pages.
- setValidBinding(ObservableValue<? extends Boolean>) - Method in class bayern.steinbrecher.wizard.WizardPage
-
Sets a new binding to bind this pages
validproperty to. - start(Stage) - Method in class bayern.steinbrecher.wizard.Wizard
-
Initializes the wizard.
V
- validProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
-
Returns the property representing whether this page has valid input.
W
- Wizard - Class in bayern.steinbrecher.wizard
-
Represents a wizard for showing a sequence of
Panes. - Wizard(Map<String, WizardPage<?>>) - Constructor for class bayern.steinbrecher.wizard.Wizard
-
Constructs a wizard with showing
pagesand using default stylesheet. - WizardController - Class in bayern.steinbrecher.wizard
-
Contains the controller of the wizard.
- WizardController() - Constructor for class bayern.steinbrecher.wizard.WizardController
- WizardPage<T> - Class in bayern.steinbrecher.wizard
-
Represents a page of the wizard.
- WizardPage(Pane, Callable<String>, boolean, Callable<T>) - Constructor for class bayern.steinbrecher.wizard.WizardPage
-
Creates a new page with given params.
- WizardPage(Pane, Callable<String>, boolean, Callable<T>, ObservableValue<? extends Boolean>) - Constructor for class bayern.steinbrecher.wizard.WizardPage
-
Creates a new page with given params.
All Classes All Packages