/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringWizard.java | 23 * A wizard for ExtractString based on a simple dialog with one page. 33 * Create a wizard for ExtractString based on a simple dialog with one page. 35 * @param ref The instance of {@link ExtractStringRefactoring} to associate to the wizard. 36 * @param project The project where the wizard was invoked from (e.g. where the user selection
|
ExtractStringAction.java | 120 * Create a new instance of our refactoring and a wizard to configure it. 125 RefactoringWizard wizard = new ExtractStringWizard(ref, mFile.getProject()); local 126 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); 128 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
ExportWizardAction.java | 29 import org.eclipse.jface.wizard.WizardDialog; 70 // call the export wizard on the current selection. 71 ExportWizard wizard = new ExportWizard(); local 72 wizard.init(mWorkbench, selection); 74 mWorkbench.getDisplay().getActiveShell(), wizard);
|
OpenWizardAction.java | 45 * Derived classes must provide the actual wizard to display. 51 * The wizard dialog width, extracted from {@link NewWizardShortcutAction} 56 * The wizard dialog height, extracted from {@link NewWizardShortcutAction} 60 /** The wizard that was created by {@link #run(IAction)}. */ 68 /** Returns the wizard that was created by {@link #run(IAction)}. */ 94 * Opens and display the Android New Project Wizard. 108 // and converts it to a workbench structured selection for the wizard, if possible. 132 // Create the wizard and initialize it with the selection 157 * Called by {@link #run(IAction)} to instantiate the actual wizard. 161 * @return A new wizard instance. Must not be null [all...] |
NewProjectAction.java | 26 * It displays the Android New Project wizard to create a new Android Project (not a test project).
|
NewTestProjectAction.java | 26 * It displays the Android New Project wizard to create a new Test Project.
|
NewXmlFileAction.java | 28 * It displays the Android New XML file wizard.
|
/packages/apps/Phone/src/com/android/phone/ |
OtaStartupReceiver.java | 62 if (DBG) Log.d(TAG, "Postponing CDMA provisioning until wizard runs"); 73 * On devices that provide a phone initialization wizard (such as Google Setup Wizard), we 74 * allow delaying CDMA OTA setup so it can be done in a single wizard. The wizard is responsible 80 * The wizard should set 'device_provisioned' when it completes, disable itself with the 83 * @return true if setup will be handled by wizard, false if it should be done now.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/ |
StubProjectWizard.java | 25 import org.eclipse.jface.wizard.IWizardContainer; 26 import org.eclipse.jface.wizard.IWizardPage; 32 * Stub class for project creation wizard. 72 * Overrides parent to return dummy wizard container
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 32 import org.eclipse.jface.wizard.Wizard; 46 * The "New Android XML File Wizard" provides the ability to create skeleton XML 49 * The wizard has one page, {@link NewXmlFileCreationPage}, used to select the project, 52 public class NewXmlFileWizard extends Wizard implements INewWizard { 72 * Creates the wizard page. 84 // -- Methods inherited from org.eclipse.jface.wizard.Wizard -- 86 // The Wizard class implements most defaults and boilerplate code needed by 90 * Adds pages to this wizard [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
WizardDialogEx.java | 20 import org.eclipse.jface.wizard.IWizard;
21 import org.eclipse.jface.wizard.WizardDialog;
|
IUpdateWizardDialog.java | 19 import org.eclipse.jface.wizard.WizardDialog;
|
/frameworks/base/docs/html/intl/ja/guide/publishing/ |
app-signing.jd | 72 <li>ADT Export Wizard ????????ADT ???????? Eclipse ??????????????Export Wizard ?????????????????????????????????????.apk ???????????????? Export Wizard ????? 1 ?????????????? 170 <p>ADT ???????? Eclipse ????????????????????????? Export Wizard ????? .apk ???????????????????Export Wizard ?????????????????????????????<a href="#ExportWizard">Eclipse ADT ???????????</a>??????????????????</p> 183 <p>Export Wizard ?????????????????????????<a href="#ExportWizard">Eclipse ADT ???????????</a>????????</p> 314 <p>ADT ?? Eclipse ??????????Export Wizard ?????<em>????</em> .apk ?????????????????????????????????????????Export Wizard ??Keytool ? Jarsigner ????????????? ??????????????? ???? ???????????????????Export Wizard ? Keytool ? Jarsigner ??????????????<a href=#setup">???????</a>?????????????????????</p> 316 <p>????? .apk ????????????? ?????????Package Explorer?????????????????<strong>[[]Android ????Android Tools?] > [[]???????????? ?????????????Export Signed Application Package?]</strong> ???????????<code>AndroidManifest.xml</code> ????? Eclipse ????[[]<em>???Overview?</em>] ?????? [[]<strong>Export Wizard ??????Use the Export Wizard?</strong>] ??????????????????????????????????????????????????????????? (…) [all...] |
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
AccountSyncSettingsInAddAccount.java | 11 * a wizard-like button bar to complete the activity.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewTestProjectWizard.java | 21 * A "New Test Android Project" Wizard.
|
NewProjectWizard.java | 57 import org.eclipse.jface.wizard.Wizard; 75 * A "New Android Project" Wizard. 83 public class NewProjectWizard extends Wizard implements INewWizard { 86 * Indicates which pages should be available in the New Project Wizard. 196 /** Package name available when the wizard completes. */ 209 * Initializes this creation wizard using the passed workbench and object 226 * Creates the main wizard page. 239 * Creates the test wizard page. 251 // -- Methods inherited from org.eclipse.jface.wizard.Wizard - [all...] |
/sdk/eclipse/ |
changes.txt | 16 - Fixed issues with the New Project Wizard when selecting samples. 24 - New "Create project from sample" choice in the New Project Wizard. 30 - New wizard to create Android JUnit Test Projects. 31 - New AVD wizard. 36 - Added an AVD creation wizard to ADT. It is automatically displayed during a launch if no compatible AVDs are found. 45 * New Project Wizard lets you choose which platform/add-on to target. 53 - Alternate Layout wizard. In the layout editor, the "create" button is now enabled to easily create alternate versions of the current layout. 55 - Export Wizard: To export an application for release, and sign it with a non debug key. Accessible from the export menu, from the Android Tools contextual menu, or from the overview page of the manifest editor. 56 - New XML File Wizard: To easily create new XML resources file in the /res directory. 75 - Fixed setup of the New class wizard in the manifest (when clicking on "name" for a class attribute) in the cases where the class and s (…) [all...] |
/external/e2fsprogs/misc/ |
dumpe2fs.8.in | 39 This option is not usually needed except by a filesystem wizard who 46 This option is not usually needed except by a filesystem wizard who
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 63 * Final page of the wizard that checks the key and ask for the ouput location. 80 protected KeyCheckPage(ExportWizard wizard, String pageName) { 82 mWizard = wizard; 172 // reset the wizard with no key/cert to make it not finishable, unless a valid 215 // the file was removed during the export wizard execution. 245 // 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. 343 // reset canFinish in the wizard [all...] |
KeySelectionPage.java | 23 import org.eclipse.jface.wizard.IWizardPage; 61 protected KeySelectionPage(ExportWizard wizard, String pageName) { 63 mWizard = wizard; 188 // the wizard as well
|
ProjectCheckPage.java | 49 * First Export Wizard Page. Display warning/errors. 66 protected ProjectCheckPage(ExportWizard wizard, String pageName) { 68 mWizard = wizard; 271 // update the wizard with the new project 294 // update the wizard with the new project
|
/external/webkit/WebKitTools/wx/packaging/ |
wxWebKitInstaller.iss.in | 30 WelcomeLabel1=Welcome to the wxWebKit for wxPython Setup Wizard
|
/system/core/rootdir/etc/ |
init.goldfish.rc | 25 # For the emulator, which bypasses Setup Wizard, you can specify
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewExportPart.java | 68 buf.append("<form><li><a href=\"wizard\">"); //$NON-NLS-1$ 69 buf.append("Use the Export Wizard"); 89 // call the export wizard
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
plugin.xml | 87 <wizard 98 <wizard 109 </wizard> 110 <wizard 121 </wizard> 243 tooltip="Opens a wizard to help create a new Android XML Resource file"> 252 tooltip="Opens a wizard to help create a new Android Test Project"> 362 <wizard 368 </wizard> 517 tooltip="Opens a wizard to help create a new Android XML file" [all...] |