org.eclipse.gmt.modisco.infra.query.ui.dialogs
Class QuerySelectionDialog

java.lang.Object
  extended by Dialog
      extended by 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)
           
 
Method Summary
 java.util.List<ModelQuery> getSelectedQueries()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySelectionDialog

public QuerySelectionDialog(Shell parentShell,
                            boolean multiSelection,
                            java.util.Collection<ModelQuerySet> querySets,
                            java.util.List<ViewerFilter> viewerFilters)
Parameters:
parentShell - the parent shell
querySets - 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)
Method Detail

getSelectedQueries

public java.util.List<ModelQuery> getSelectedQueries()