HomeSort by relevance Sort by last modified time
    Searched refs:wizard (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 27 import org.eclipse.jface.wizard.Wizard;
39 * Wizard shown on first start for new users: configure SDK location, accept or
42 public class WelcomeWizard extends Wizard {
78 // run ADT which is why the wizard was opened. No need to ask again.
111 // Read out wizard settings immediately; we will perform the actual work
112 // after the wizard window has been taken down and it's too late to read the
134 AdtPlugin.logAndPrintError(e, "ADT Welcome Wizard",
145 // The wizard always succeeds, even if installation fails or is aborted
157 AdtPlugin.logAndPrintError(null, "ADT Welcome Wizard",
    [all...]
WelcomeWizardPage.java 22 import org.eclipse.jface.wizard.WizardPage;
51 * Create the wizard.
60 * Create contents of the wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 19 import org.eclipse.jface.wizard.WizardPage;
46 setTitle("Wizard Tester");
99 // Preserve across wizard sessions
NewProjectWizard.java 44 import org.eclipse.jface.wizard.IWizardPage;
45 import org.eclipse.jface.wizard.WizardPage;
59 * Wizard for creating new projects
125 // Bundle asset studio wizard to create the launcher icon
171 // of the new project wizard.
388 * Generate custom icons into the project based on the asset studio wizard state
ProjectContentsPage.java 29 import org.eclipse.jface.wizard.IWizardPage;
30 import org.eclipse.jface.wizard.WizardPage;
52 * Second wizard page in the "New Project From Template" wizard
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizard.java 33 import org.eclipse.jface.wizard.Wizard;
42 public class AddNativeWizard extends Wizard {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 56 * Final page of the wizard that checks the key and ask for the ouput location.
83 protected KeyCheckPage(ExportWizard wizard, String pageName) {
85 mWizard = wizard;
171 // reset the wizard with no key/cert to make it not finishable, unless a valid
210 // the file was removed during the export wizard execution.
240 // valid, key/cert: put it in the wizard so that it can be finished
301 // reset canFinish in the wizard.
310 // reset canFinish in the wizard.
319 // reset canFinish in the wizard.
330 // no error, set the destination in the wizard
    [all...]
ProjectCheckPage.java 47 * First Export Wizard Page. Display warning/errors.
63 protected ProjectCheckPage(ExportWizard wizard, String pageName) {
65 mWizard = wizard;
257 // update the wizard with the new project
280 // update the wizard with the new project
ExportWizard.java 42 import org.eclipse.jface.wizard.Wizard;
43 import org.eclipse.jface.wizard.WizardPage;
65 * Export wizard to export an apk signed with a release key/certificate.
67 public final class ExportWizard extends Wizard implements IExportWizard {
324 AdtPlugin.displayWarning("Export Wizard",
389 * Returns an image descriptor for the wizard logo.
540 AdtPlugin.displayError("Export Wizard", message);
547 AdtPlugin.log(t, "Export Wizard Error");
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
ConfigWizard.java 1 package autotest.moblab.wizard;
25 * The configuration wizard for Moblab. A wizard supports multiple modes -
26 * the view mode and the edit mode. Each mode has its own UI. A wizard has
31 // All the wizard cards.
34 // The wizard header widget
37 // The wizard footer widget
40 // The container panel for wizard content widget.
43 // The current mode of the wizard - edit vs view
57 pnlWizard.setStyleName("wizard-layout")
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/
MainFragment.java 29 import android.support.v17.leanback.supportleanbackshowcase.app.wizard.WizardExampleActivity;
139 // Let's create a new Wizard for a given Movie. The movie can come from any sort
154 // Finally, start the wizard Activity.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 25 import org.eclipse.jface.wizard.WizardPage;
51 * Create the wizard.
61 * Create contents of the wizard.
CreateAssetSetWizard.java 41 import org.eclipse.jface.wizard.Wizard;
66 * Wizard for creating a new icon set
68 public class CreateAssetSetWizard extends Wizard implements INewWizard {
75 /** Creates a new asset set wizard */
236 /** Sets the initial project to be used by the wizard */
304 * Returns the list of files created by the wizard. This method will return
307 * @return a list of files created by the wizard, or null
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 34 import org.eclipse.jface.wizard.WizardPage;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 33 import org.eclipse.jface.wizard.WizardPage;
60 * Create the wizard.
70 * Create contents of the wizard.
TestTargetPage.java 33 import org.eclipse.jface.wizard.WizardPage;
59 * Create the wizard.
69 * Create contents of the wizard.
ImportPage.java 40 import org.eclipse.jface.wizard.IWizardPage;
41 import org.eclipse.jface.wizard.WizardPage;
398 // Prevent Return from running through the wizard; return is handled by
ProjectNamePage.java 43 import org.eclipse.jface.wizard.IWizardPage;
44 import org.eclipse.jface.wizard.WizardPage;
87 * resources required by the New Project wizard are present -- we don't
96 * Create the wizard.
97 * @param values current wizard state
114 * Create contents of the wizard.
136 // from the "New Sample Project" wizard?
182 assert false; // This is now handled by the separate import wizard
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 734 NewProjectWizard wizard = new NewProjectWizard(); local
735 wizard.setValues(values);
736 wizard.performFinish(new NullProgressMonitor());
742 IProject project = wizard.getProject();
    [all...]
  /hardware/intel/common/libva/
libva.spec 151 - packaged mrst-video-decode-src version 0.0.1 using the buildservice spec file wizard
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 30 import org.eclipse.jface.wizard.WizardPage;
245 * Enables/disables the finish button on the wizard and displays error messages as needed.
ProjectSelectionPage.java 38 import org.eclipse.jface.wizard.WizardPage;
55 * Displays a wizard page that lets the user choose the projects for which to create Gradle build
195 * Enables/disables the finish button on the wizard and displays error messages as needed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 475 // Special case: Use Extract String refactoring wizard UI
479 // Special case: Use the "Create Icon Set" wizard
703 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
704 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
707 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 467 milliseconds

1 2 34 5 6