Searched refs:mValueText (Results 1 – 1 of 1) sorted by relevance
837 private org.eclipse.swt.widgets.Text mValueText; field in ResourceChooser.NameValueDialog873 mValueText = new org.eclipse.swt.widgets.Text(container, SWT.BORDER); in createDialogArea()874 mValueText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1)); in createDialogArea()877 mValueText.addListener(SWT.Modify, this); in createDialogArea()887 mValue = mValueText.getText().trim(); in computeResult()