Home | History | Annotate | Download | only in newproject

Lines Matching refs:mDir

81     private Text mDir;
119 mDir = new Text(container, SWT.BORDER);
120 mDir.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
121 mDir.addKeyListener(this);
122 mDir.addTraverseListener(this);
204 File root = new File(mDir.getText().trim());
351 String path = mDir.getText().trim();
357 mDir.setText(file);
366 } else if (source == mRefreshButton || source == mDir) {
383 if (e.getSource() == mDir) {