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 TypeMethodDescriptionvoid
ChooserWidget.findChosenValue
(ChooserCallback<T> callback) Finds the currently chosen value.void
MultiChooserWidget.findChosenValues
(ChooserCallback<T> callback) Finds the currently chosen values, never null, possibly an empty list.void
ChooserWidget.setCallback
(ChooserCallback<T> callback) This is an optional method that may or may not be implemented by the chooser implementation.