org.eclipse.gmt.modisco.infra.query.ui.extensions
Interface IQueryAttributesWizardPage
- All Known Implementing Classes:
- NewQueryClassWizardPage
public interface IQueryAttributesWizardPage
Method Summary |
void |
apply(ModelQuery modelQuery)
Called when the wizard is finished to apply the attributes defined in the
wizard page to the model query. |
void |
init(ModelQuerySet modelQuerySet,
ModelQuery modelQuery)
Initialize the wizard page |
init
void init(ModelQuerySet modelQuerySet,
ModelQuery modelQuery)
- Initialize the wizard page
- Parameters:
modelQuerySet
- an existing query set, in which the query will be addedmodelQuery
- the query that will be added to the query set when the wizard
finishes
apply
void apply(ModelQuery modelQuery)
- Called when the wizard is finished to apply the attributes defined in the
wizard page to the model query.
- Parameters:
modelQuery
- the query to which to apply the wizard page's attributes