Index

A B C F G H I N P S T V W 
All Classes All Packages

A

afterControllerInitialized() - Method in class bayern.steinbrecher.wizard.pages.Selection
This method is executed after the FXML is loaded and right after the corresponding controller is set.
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
Returns the property representing a boolean indicating whether every entry is currently selected.
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.GenericWizard - module bayern.steinbrecher.GenericWizard
 
bayern.steinbrecher.wizard - package bayern.steinbrecher.wizard
Contains a wizard for being used with JavaFX.
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
Calculates the actual result if any.
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.
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

getController() - Method in class bayern.steinbrecher.wizard.WizardableView
 
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.
getResourceBundle() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Returns the resource bundle which contains the resources that the content of the WizardPage requires.
getResourceBundle() - Method in class bayern.steinbrecher.wizard.WizardableController
Returns the resource bundle which contains the resources that the content of the WizardPage requires.
getResourceValue(String, Object...) - Method in class bayern.steinbrecher.wizard.WizardableController
Returns the value behind key of the resource bundle inserted params.
getResourceValues(String, List<Object[]>) - Method in class bayern.steinbrecher.wizard.WizardableController
Returns a list of values behind key of 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.
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.
getSelectedCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Returns the number of currently selected fields.
getStage() - Method in class bayern.steinbrecher.wizard.WizardableController
Returns the currently set Stage.
getTotalCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
The total number of entries to select.
getWizardPage() - Method in class bayern.steinbrecher.wizard.WizardableView
Creates a WizardPage.The nextFunction is set to null and isFinish is set to false.

H

hasNextFunctionProperty() - Method in class bayern.steinbrecher.wizard.WizardPage
Returns the property holding true only if this page has a nextFunction.
hasUserAbborted() - Method in class bayern.steinbrecher.wizard.WizardableController
Checks whether the user aborted his input.

I

IllegalCallableException - Exception in bayern.steinbrecher.wizard
Signals that calling a Callable of a page has thrown an exception.
IllegalCallableException() - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
Constructs an IllegalCallableException without detail message and no cause.
IllegalCallableException(String) - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
Constructs an IllegalCallableException with detail message but no cause.
IllegalCallableException(String, Throwable) - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
Constructs an IllegalCallableException with given detail message and cause.
IllegalCallableException(Throwable) - Constructor for exception bayern.steinbrecher.wizard.IllegalCallableException
Constructs an IllegalCallableException without detail message but with given cause.
isAllSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Checks whether currently every entry is selected.
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.
isNothingSelected() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Checks whether currently no entry is selected.
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.

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
Returns the property representing a boolean indicating whether no entry is currently selected.

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 PageNotFoundException without detail message and no cause.
PageNotFoundException(String) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
Constructs an PageNotFoundException with detail message but no cause.
PageNotFoundException(String, Throwable) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
Constructs an PageNotFoundException with given detail message and cause.
PageNotFoundException(Throwable) - Constructor for exception bayern.steinbrecher.wizard.PageNotFoundException
Constructs an PageNotFoundException without 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

selectedCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Returns the property representing the number of currently selected fields.
Selection<T extends java.lang.Comparable<T>> - Class in bayern.steinbrecher.wizard.pages
Represents a selection dialog.
Selection(Set<T>) - Constructor for class bayern.steinbrecher.wizard.pages.Selection
Creates a new Frame representing the given options as selectable CheckBox es and representing a TextField for entering a number.
SelectionController<T extends java.lang.Comparable<T>> - Class in bayern.steinbrecher.wizard.pages
Represents controller for Selection.fxml.
SelectionController() - Constructor for class bayern.steinbrecher.wizard.pages.SelectionController
 
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.
setOptions(Set<T>) - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Removes all options and replaces them with the new list of options.
setPages(Map<String, WizardPage<?>>) - Method in class bayern.steinbrecher.wizard.WizardController
Sets a new map of visitable pages.
setStage(Stage) - Method in class bayern.steinbrecher.wizard.WizardableController
Sets the stage the controller can refer to.
setValidBinding(ObservableValue<? extends Boolean>) - Method in class bayern.steinbrecher.wizard.WizardPage
Sets a new binding to bind this pages WizardPage.valid property to.
stageProperty() - Method in class bayern.steinbrecher.wizard.WizardableController
Returns the property holding the currently set Stage.
start(Stage) - Method in class bayern.steinbrecher.wizard.Wizard
Initializes the wizard.

T

totalCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Returns the property representing the total number of entries to select.

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.

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 pages and using default stylesheet.
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) - Constructor for class bayern.steinbrecher.wizard.WizardableView
 
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.
A B C F G H I N P S T V W 
All Classes All Packages