Uses of Interface
se.conciliate.extensions.ui.widgets.ChooserFilter
Packages that use ChooserFilter
Package
Description
Provides different widgets that can be used in the modeling tool UI.
-
Uses of ChooserFilter in se.conciliate.extensions.ui.widgets
Methods in se.conciliate.extensions.ui.widgets that return ChooserFilterModifier and TypeMethodDescriptionWidgetFactory.createDefaultEdgeTypeFilter
(List<EdgeType> allTypes, ModelType modelType, SymbolType from, SymbolType to) Creates a default chooser filter for selecting an edge type between two symbol types for a given model type, taking the repository configuration into account.Methods in se.conciliate.extensions.ui.widgets with parameters of type ChooserFilterModifier 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.void
ChooserWidget.setFilter
(ChooserFilter<T> filter) Sets a filter on this chooser.