Uses of Interface
se.conciliate.extensions.ui.widgets.ChooserDialogCallback
Packages that use ChooserDialogCallback
Package
Description
Provides different widgets that can be used in the modeling tool UI.
-
Uses of ChooserDialogCallback in se.conciliate.extensions.ui.widgets
Methods in se.conciliate.extensions.ui.widgets with parameters of type ChooserDialogCallbackModifier and TypeMethodDescription<T> JDialog
WidgetFactory.createChooserDialog
(Class<T> choosableType, boolean onlyMultiChoosers, ChooserFilter<T> filter, ChooserDialogCallback<T> callback, Window parent, boolean isModal, boolean isRefreshable) Creates and returns a JDialog containing a chooser for the specified choosable type, or null if no chooser can be found for that type.<T> JDialog
WidgetFactory.createChooserDialog
(Class<T> choosableType, T preselectionHint, boolean onlyMultiChoosers, ChooserFilter<T> filter, ChooserDialogCallback<T> callback, Window parent, boolean isModal, boolean isRefreshable) Creates and returns a JDialog containing a chooser for the specified choosable type, or null if no chooser can be found for that type.