Index

A B C E F G H I N P R S T V W 
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.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
 
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.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, EmbeddedWizardPage<?>>) - Static method in class bayern.steinbrecher.wizard.Wizard
 
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
 

F

finishDisallowedProperty() - Method in class bayern.steinbrecher.wizard.WizardController
 
FINISHED - bayern.steinbrecher.wizard.WizardState
 
FIRST_PAGE_KEY - Static variable in class bayern.steinbrecher.wizard.EmbeddedWizardPage
The key of the page to be used as first one.

G

generateEmbeddableWizardPage() - Method in class bayern.steinbrecher.wizard.WizardPage
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.
getNextFunction() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
Returns the function calculating the key of the next page.
getResourceValue(String, Object...) - Method in class bayern.steinbrecher.wizard.WizardPageController
Returns the value behind key of the resource bundle inserted params.
getResourceValues(String, List<Object[]>) - Method in class bayern.steinbrecher.wizard.WizardPageController
Returns a list of values behind key of the resource bundle and with inserted params.
getResult() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
 
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.
getRoot() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
Returns the pane containing all controls.
getRoot() - Method in class bayern.steinbrecher.wizard.Wizard
 
getSelectedCount() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Gets the value of the property selectedCount.
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.
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
 

H

hasNextFunctionProperty() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
Returns the property holding true only if this page has a nextFunction.

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
Gets the value of the property atFinish.
isFinish() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
Returns whether this page is a last one.
isFinishDisallowed() - Method in class bayern.steinbrecher.wizard.WizardController
Gets the value of the property finishDisallowed.
isHasNextFunction() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
Checks whether this page has a nextFunction.
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.
isPreviousDisallowed() - Method in class bayern.steinbrecher.wizard.WizardController
Gets the value of the property previousDisallowed.
isValid() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
Returns whether the current input of this page is 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
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
 
previousDisallowedProperty() - Method in class bayern.steinbrecher.wizard.WizardController
 
putPage(String, EmbeddedWizardPage<?>) - 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, EmbeddedWizardPage<?>) - 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 CheckBox and 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
 
setCloseText(String) - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
 
setFinishAndDynamicNext(boolean, Supplier<WizardPage<R, C>>, String) - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
 
setFinishAndNext(boolean, Supplier<String>) - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
 
setOptions(Set<T>) - Method in class bayern.steinbrecher.wizard.pages.SelectionController
Removes all options and replaces them with the new list of options.
setStage(Stage) - Method in class bayern.steinbrecher.wizard.StandaloneWizardPageController
Sets the value of the property stage.
setVisitablePages(Map<String, EmbeddedWizardPage<?>>) - 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 WizardPage which can be shown without being embedded into a Wizard.
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

totalCountProperty() - Method in class bayern.steinbrecher.wizard.pages.SelectionController
 

V

validProperty() - Method in class bayern.steinbrecher.wizard.EmbeddedWizardPage
Returns the property representing whether this page has valid input.
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
 
A B C E F G H I N P R S T V W 
All Classes|All Packages