HomeSort by relevance Sort by last modified time
    Searched refs:Wizard (Results 1 - 25 of 45) sorted by null

1 2

  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/
NewBuildingBlocksWizard.java 19 import org.eclipse.jface.wizard.Wizard;
28 public abstract class NewBuildingBlocksWizard extends Wizard implements INewWizard
31 * @see org.eclipse.jface.wizard.Wizard#canFinish()
41 * @return The building block model used by the wizard.
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/wizards/
BaseWizard.java 18 import org.eclipse.jface.wizard.IWizardPage;
19 import org.eclipse.jface.wizard.Wizard;
24 public abstract class BaseWizard extends Wizard
34 * @see org.eclipse.jface.wizard.Wizard#performFinish()
44 * @see org.eclipse.jface.wizard.Wizard#canFinish()
58 * This method is executed when the user finishes the wizard.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/i18n/
remoteDeviceNLS.properties 22 UI_RemoteDeviceWizardPage_WizardName=New Android Remote Device Wizard
26 UI_WirelessWizard_Name=Switch Connection Mode Wizard
53 WirelessServiceHandler_MsgLaunchingWirelessConnection=Launching Wireless Connection Mode wizard...
57 WirelessWizard_TitleWirelessConnectionModeWizard=Wireless Connection Mode Wizard
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreePatternParser.h 41 ANTLRTreeWizard *wizard; variable
47 Wizard:(ANTLRTreeWizard *)aWizard
51 Wizard:(ANTLRTreeWizard *)aWizard
61 @property (retain) ANTLRTreeWizard *wizard; variable
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/mat/
DumpHPROFWizard.java 18 import org.eclipse.jface.wizard.Wizard;
23 public class DumpHPROFWizard extends Wizard
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/wizards/
ImportKeystoreWizard.java 19 import org.eclipse.jface.wizard.Wizard;
26 public class ImportKeystoreWizard extends Wizard
41 * @see org.eclipse.jface.wizard.Wizard#createPageControls(org.eclipse.swt.widgets.Composite)
54 * @see org.eclipse.jface.wizard.Wizard#performFinish()
63 * @see org.eclipse.jface.wizard.Wizard#addPages()
CreateKeystoreWizard.java 20 import org.eclipse.jface.wizard.Wizard;
31 public class CreateKeystoreWizard extends Wizard
65 * @see org.eclipse.jface.wizard.Wizard#createPageControls(org.eclipse.swt.widgets.Composite)
77 * @see org.eclipse.jface.wizard.Wizard#performFinish()
95 * @see org.eclipse.jface.wizard.Wizard#addPages()
SelectExistentKeystoreWizard.java 19 import org.eclipse.jface.wizard.Wizard;
34 public class SelectExistentKeystoreWizard extends Wizard
52 * @see org.eclipse.jface.wizard.Wizard#createPageControls(org.eclipse.swt.widgets.Composite)
64 * @see org.eclipse.jface.wizard.Wizard#performFinish()
103 * @see org.eclipse.jface.wizard.Wizard#addPages()
  /tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/lang/model/
LangWizard.java 18 import org.eclipse.jface.wizard.Wizard;
24 * Change Language Wizard used to change the device language configuration
26 public class LangWizard extends Wizard
47 * @see org.eclipse.jface.wizard.Wizard#addPages()
57 * @see org.eclipse.jface.wizard.Wizard#canFinish()
66 * @see org.eclipse.jface.wizard.Wizard#performFinish(
    [all...]
  /tools/motodev/src/plugins/packaging.ui/src/com/motorola/studio/android/packaging/ui/export/
PackageExportWizard.java 19 import org.eclipse.jface.wizard.Wizard;
26 * Export Applications Wizard
28 public class PackageExportWizard extends Wizard implements IExportWizard
35 * @see org.eclipse.jface.wizard.Wizard#performFinish()
59 * @see org.eclipse.jface.wizard.Wizard#addPages()
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 5 require 'antlr3/tree/wizard'
17 lexer = Wizard::PatternLexer.new( '(' )
25 lexer = Wizard::PatternLexer.new(')')
33 lexer = Wizard::PatternLexer.new('%')
41 lexer = Wizard::PatternLexer.new('.')
49 lexer = Wizard::PatternLexer.new(" \n \r \t ")
57 lexer = Wizard::PatternLexer.new('__whatever_1__')
65 lexer = Wizard::PatternLexer.new('[ \]bla\n]')
73 lexer = Wizard::PatternLexer.new("1")
89 @pattern_adaptor = Wizard::PatternAdaptor.new( Tokens.token_class
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/installapp/
DeployWizard.java 19 import org.eclipse.jface.wizard.Wizard;
27 * This class implements the Deploy Wizard
30 * This class is responsible for provide a Wizard that allows the user to select a package and a device instance
33 public class DeployWizard extends Wizard
69 * Initializes all the texts that will be used within the wizard
83 * @see org.eclipse.jface.wizard.Wizard#addPages()
111 * @see org.eclipse.jface.wizard.Wizard#performFinish(
    [all...]
UninstallAppWizard.java 21 import org.eclipse.jface.wizard.Wizard;
26 public class UninstallAppWizard extends Wizard
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/
CreateTableWizard.java 21 import org.eclipse.jface.wizard.Wizard;
28 * Class that represents the Create Table Wizard
30 public class CreateTableWizard extends Wizard
49 * @see org.eclipse.jface.wizard.Wizard#performFinish()
71 * @see org.eclipse.jface.wizard.Wizard#addPages()
  /tools/motodev/src/plugins/logger.collector/src/com/motorola/studio/android/logger/collector/ui/wizard/
LoggerCollectorWizard.java 17 package com.motorola.studio.android.logger.collector.ui.wizard;
22 import org.eclipse.jface.wizard.Wizard;
29 * This class represents the logger collector wizard.
31 public class LoggerCollectorWizard extends Wizard
35 * Initializing instance of wizard page
46 "logger.collector.wizard.page.title")); //$NON-NLS-1$
51 * @see org.eclipse.jface.wizard.Wizard#canFinish()
61 * @see org.eclipse.jface.wizard.Wizard#addPages(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportProjectWizard.java 28 import org.eclipse.jface.wizard.Wizard;
36 * An "Import Android Project" wizard.
38 public class ImportProjectWizard extends Wizard implements INewWizard {
45 /** Constructs a new wizard default project wizard */
NewProjectWizard.java 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 project
    [all...]
  /tools/motodev/src/plugins/preflighting.ui/src/com/motorolamobility/preflighting/ui/wizards/
ApkValidationWizard.java 28 import org.eclipse.jface.wizard.Wizard;
37 * This Wizard selects the packages to validate
39 public class ApkValidationWizard extends Wizard
66 * @see org.eclipse.jface.wizard.Wizard#addPages()
75 * Finishes this wizard, validating the selected packages
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/ui/wireless/
WirelessWizard.java 25 import org.eclipse.jface.wizard.Wizard;
38 public class WirelessWizard extends Wizard
40 // Wizard icon
70 * @see org.eclipse.jface.wizard.Wizard#performFinish()
90 // treat case where something went wrong - log, show an error message and set the wizard flag
103 // action was canceled by the user, therefore do not close the wizard
137 * Get the {@link Properties} associated with this {@link Wizard}.
  /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 {
67 // run ADT which is why the wizard was opened. No need to ask again.
99 // Read out wizard settings immediately; we will perform the actual work
100 // after the wizard window has been taken down and it's too late to read the
122 AdtPlugin.logAndPrintError(e, "ADT Welcome Wizard", "Installation failed");
131 // The wizard always succeeds, even if installation fails or is aborted
143 AdtPlugin.logAndPrintError(null, "ADT Welcome Wizard",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 33 import org.eclipse.jface.wizard.IWizardPage;
34 import org.eclipse.jface.wizard.Wizard;
35 import org.eclipse.jface.wizard.WizardPage;
45 abstract class TemplateWizard extends Wizard implements INewWizard {
56 /** Should this wizard add an icon page? */
  /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 {

Completed in 1079 milliseconds

1 2