Home | History | Annotate | Download | only in newproject

Lines Matching refs:Wizard

28 import org.eclipse.jface.wizard.IWizardPage;
29 import org.eclipse.jface.wizard.Wizard;
37 * A "New Android Project" Wizard.
45 public class NewProjectWizard extends Wizard implements INewWizard {
56 /** Constructs a new wizard default project wizard */
98 // Sample projects can be created when entering the new/existing wizard, or
99 // the sample wizard
160 // Done with wizard when creating from existing or creating test projects
172 * Returns the package name currently set by the wizard
180 // TBD: Call setDialogSettings etc to store persistent state between wizard invocations.