List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file com.android.ide.eclipse.auidt.internal.launch.DeviceChooserDialog.java
/**
* A dialog that lets the user choose a device to deploy an application.
* The user can either choose an exiting running device (including running emulators)
* or start a new emulator using an Android Virtual Device configuration that matches
* the current project.
*/
From source file com.android.ide.eclipse.auidt.internal.lint.InputDensityDialog.java
class InputDensityDialog extends Dialog { private Combo mCombo; /** * Density value being chosen - static to keep most recently chosen value * across repeated invocations */
From source file com.android.ide.eclipse.monitor.SdkLocationChooserDialog.java
public class SdkLocationChooserDialog extends Dialog { private static final String TITLE = "Android Device Monitor"; private static final String DEFAULT_MESSAGE = "Provide the path to the Android SDK"; private Label mStatusLabel; private Text mTextBox;
From source file com.android.sdkstats.SdkStatsPermissionDialog.java
/** * Dialog to get user permission for ping service. */ public class SdkStatsPermissionDialog extends Dialog { /* Text strings displayed in the opt-out dialog. */ private static final String HEADER_TEXT = "Thanks for using the Android SDK!";
From source file com.android.sdkuilib.ApkConfigEditDialog.java
/** * Edit dialog to create/edit APK configuration. The dialog displays 2 text fields for the config * name and its filter. */ class ApkConfigEditDialog extends Dialog implements ModifyListener, VerifyListener {
From source file com.android.sdkuilib.internal.widgets.ApkConfigEditDialog.java
/** * Edit dialog to create/edit APK configuration. The dialog displays 2 text fields for the config * name and its filter. */ class ApkConfigEditDialog extends Dialog implements ModifyListener, VerifyListener {
From source file com.android.sdkuilib.ui.GridDialog.java
/**
* JFace-based dialog that properly sets up a {@link GridLayout} top composite with the proper
* margin.
* <p/>
* Implementing dialog must create the content of the dialog in
* {@link #createDialogContent(Composite)}.
From source file com.android.traceview.PropertiesDialog.java
public class PropertiesDialog extends Dialog { private HashMap<String, String> mProperties; public PropertiesDialog(Shell parent) { super(parent);
From source file com.android.uiautomator.ControlDefineDialog.java
/**
* Implements a file selection dialog for both screen shot and xml dump file
*
* "OK" button won't be enabled unless both files are selected
* It also has a convenience feature such that if one file has been picked, and the other
* file path is empty, then selection for the other file will start from the same base folder
From source file com.android.uiautomator.OpenDialog.java
/**
* Implements a file selection dialog for both screen shot and xml dump file
*
* "OK" button won't be enabled unless both files are selected
* It also has a convenience feature such that if one file has been picked, and the other
* file path is empty, then selection for the other file will start from the same base folder