OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileDialog
(Results
1 - 15
of
15
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java
33
import org.eclipse.swt.widgets.
FileDialog
;
90
FileDialog
fileDialog
;
92
fileDialog
= new
FileDialog
(browseButton.getShell(),SWT.OPEN);
93
fileDialog
.setText("Load Keystore");
95
fileDialog
= new
FileDialog
(browseButton.getShell(),SWT.SAVE);
96
fileDialog
.setText("Select Keystore Name");
99
String fileName =
fileDialog
.open()
[
all
...]
KeyCheckPage.java
36
import org.eclipse.swt.widgets.
FileDialog
;
119
FileDialog
fileDialog
= new
FileDialog
(browseButton.getShell(), SWT.SAVE);
121
fileDialog
.setText("Destination file name");
125
fileDialog
.setFileName(filename);
127
String saveLocation =
fileDialog
.open();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java
55
import org.eclipse.swt.widgets.
FileDialog
;
354
FileDialog
fileDialog
= new
FileDialog
(shell, SWT.SAVE);
356
fileDialog
.setText("Export Project");
357
fileDialog
.setFileName(fileName);
359
final String saveLocation =
fileDialog
.open();
/prebuilts/devtools/tools/lib/
ddmuilib.jar
hierarchyviewer2lib.jar
jfreechart-swt-1.0.9.jar
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 801 milliseconds