Uses of Interface
se.conciliate.extensions.ui.widgets.ChooserWidget
Packages that use ChooserWidget
Package
Description
Provides different widgets that can be used in the modeling tool UI.
-
Uses of ChooserWidget in se.conciliate.extensions.ui.widgets
Subinterfaces of ChooserWidget in se.conciliate.extensions.ui.widgetsMethods in se.conciliate.extensions.ui.widgets that return ChooserWidgetModifier and TypeMethodDescription<T> ChooserWidget<T>
WidgetFactory.getChooserWidget
(Class<T> chooserClass) Returns a chooser widget able to choose objects of the specified type/class, or null if no such widget can be found.Methods in se.conciliate.extensions.ui.widgets with parameters of type ChooserWidgetModifier and TypeMethodDescription<T> void
WidgetFactory.addChooserWidget
(ChooserWidget<T> widget, Class<T> chooserClass) Adds a new chooser widget for the specified type/class.<T> void
WidgetFactory.removeChooserWidget
(ChooserWidget<T> widget, Class<T> chooserClass) Removes the specified widget if and only if it is the currently registered chooser widget for the specified class.