org.eclipse.gmt.modisco.infra.query.ui.wizards
Class CreateQueryWizard
java.lang.Object
Wizard
org.eclipse.gmt.modisco.infra.query.ui.wizards.CreateQueryWizard
public class CreateQueryWizard
- extends Wizard
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateQueryWizard
public CreateQueryWizard(ModelQuerySet modelQuerySet,
EClass eClass,
Resource resourceToEdit,
EditingDomain editingDomain)
- Parameters:
modelQuerySet
- the query set in which the query will be created unless the
user selects another one (can be null
)eClass
- the scope that will be given to the new query unless the user
selects another one (can be null
)resourceToEdit
- if not null
, add the query to this resource
instead of modifying the modelQuerySet's fileeditingDomain
- the editing domain used to edit the resource
addPages
public void addPages()
getNextPage
public IWizardPage getNextPage(IWizardPage page)
performFinish
public boolean performFinish()
getCreatedModelQuery
public ModelQuery getCreatedModelQuery()