org.eclipse.gmt.modisco.infra.query.ui.dialogs
Class QuerySelectionDialog
java.lang.Object
Dialog
org.eclipse.gmt.modisco.infra.query.ui.dialogs.QuerySelectionDialog
public class QuerySelectionDialog
- extends Dialog
A dialog to select a ModelQuery
Constructor Summary |
QuerySelectionDialog(Shell parentShell,
boolean multiSelection,
java.util.Collection<ModelQuerySet> querySets,
java.util.List<ViewerFilter> viewerFilters)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuerySelectionDialog
public QuerySelectionDialog(Shell parentShell,
boolean multiSelection,
java.util.Collection<ModelQuerySet> querySets,
java.util.List<ViewerFilter> viewerFilters)
- Parameters:
parentShell
- the parent shellquerySets
- the query sets from which queries will be selectable. If
null
, all query sets will be displayed.viewerFilters
- optional filters for selectable queries (can be
null
if no filtering is required)
getSelectedQueries
public java.util.List<ModelQuery> getSelectedQueries()