Module de.rpgframework.javafx
Package de.rpgframework.jfx.pane
Interface AChoiceSelectorDialog.ChoiceSelectorCustomizer
- Enclosing class:
- AChoiceSelectorDialog<T extends ComplexDataItem,
V extends ComplexDataItemValue<T>>
public static interface AChoiceSelectorDialog.ChoiceSelectorCustomizer
-
Method Summary
Modifier and TypeMethodDescription<T extends ComplexDataItem>
NodeprocessChoice(T item, Choice choice, Map<Choice, Decision> decisions, Consumer<Choice> updateButtons)
-
Method Details
-
processChoice
-