Home
last modified time | relevance | path

Searched refs:showDialog (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DFlagValueCellEditor.java42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
DResourceValueCellEditor.java43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiFlagAttributeNode.java115 String result = showDialog(selectButton.getShell(), currentText); in createUiControl()
160 public String showDialog(Shell shell, String currentValue) { in showDialog() method in UiFlagAttributeNode
DUiResourceAttributeNode.java139 String result = showDialog(parent.getShell(), text.getText().trim()); in createUiControl()
156 public String showDialog(@NonNull Shell shell, @Nullable String currentValue) { in showDialog() method in UiResourceAttributeNode