Uses of Interface
se.conciliate.extensions.ui.widgets.MultiChooserWidget
Packages that use MultiChooserWidget
Package
Description
Provides different widgets that can be used in the modeling tool UI.
-
Uses of MultiChooserWidget in se.conciliate.extensions.ui.widgets
Methods in se.conciliate.extensions.ui.widgets that return MultiChooserWidgetModifier and TypeMethodDescription<T> MultiChooserWidget<T>
WidgetFactory.getMultiChooserWidget
(Class<T> chooserClass) Returns a mutli 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 MultiChooserWidgetModifier and TypeMethodDescription<T> void
WidgetFactory.addMultiChooserWidget
(MultiChooserWidget<T> widget, Class<T> chooserClass) Adds a new multi-chooser widget for the specified type/class.<T> void
WidgetFactory.removeMultiChooserWidget
(MultiChooserWidget<T> widget, Class<T> chooserClass) Removes the specified widget if and only if it is the currently registered multi-chooser widget for the specified class.