forked from eclipse-archived/reddeer
-
Notifications
You must be signed in to change notification settings - Fork 1
Import and export wizards
Martin Malina edited this page Mar 28, 2014
·
6 revisions
Implement Export\Import Wizard Dialog
public class ExportWizardDialogImpl extends ExportWizardDialog {
public ExportWizardDialogImpl() {
super(<category>, <name>);
}
@Override
public WizardPage getFirstPage() {
return <wizard page>;
}
}Open Export\Import Wizard
ExportWizardDialogImpl exportWizardDialogImpl = new ExportWizardDialogImpl();
exportWizardDialogImpl.open();Move to next page
exportWizardDialogImpl.next();Select page
exportWizardDialogImpl.selectPage(pageIndex);Finish Wizard
exportWizardDialogImpl.finish();JBoss Red Deer - Quick Links
- Home
- [Release notes] (/jboss-reddeer/reddeer/wiki/Release-notes)
- Articles
- JavaDoc
- User guide
- Contributor Guide
- FAQ