Uses of Interface
se.conciliate.extensions.ui.widgets.ChooserCallback
Packages that use ChooserCallback
Package
Description
Provides different widgets that can be used in the modeling tool UI.
-
Uses of ChooserCallback in se.conciliate.extensions.ui.widgets
Subinterfaces of ChooserCallback in se.conciliate.extensions.ui.widgetsMethods in se.conciliate.extensions.ui.widgets with parameters of type ChooserCallbackModifier and TypeMethodDescriptionvoidChooserWidget.findChosenValue(ChooserCallback<T> callback) Finds the currently chosen value.voidMultiChooserWidget.findChosenValues(ChooserCallback<T> callback) Finds the currently chosen values, never null, possibly an empty list.voidChooserWidget.setCallback(ChooserCallback<T> callback) This is an optional method that may or may not be implemented by the chooser implementation.