Searched refs:showDialog (Results 1 – 4 of 4) sorted by relevance
42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
115 String result = showDialog(selectButton.getShell(), currentText); in createUiControl()160 public String showDialog(Shell shell, String currentValue) { in showDialog() method in UiFlagAttributeNode
139 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