Class AChoiceSelectorDialog<T extends ComplexDataItem,V extends ComplexDataItemValue<T>>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
org.prelle.javafx.ManagedDialog
de.rpgframework.jfx.pane.AChoiceSelectorDialog<T,V>
All Implemented Interfaces:
BiFunction<T,List<Choice>,Decision[]>, Styleable, EventTarget, Skinnable, org.prelle.javafx.ResponsiveControl

public class AChoiceSelectorDialog<T extends ComplexDataItem,V extends ComplexDataItemValue<T>> extends org.prelle.javafx.ManagedDialog implements BiFunction<T,List<Choice>,Decision[]>