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.
-
Class Summary Class Description Selection<T extends java.lang.Comparable<? extends T>> SelectionController<T extends java.lang.Comparable<? extends T>> Represents controller for Selection.fxml.SelectionGroup<T extends java.lang.Comparable<T>,G> Represents aSelectionwhich allows to select and group items.SelectionGroupController<T extends java.lang.Comparable<T>,G> The controller of the SelectionGroup.TablePage TablePageController