Exemplo n.º 1
0
 /**
  * sets the default working directory text
  *
  * @param dir the dir to set the widget to
  * @since 3.2
  */
 protected void setDefaultWorkingDirectoryText(String dir) {
   if (dir != null) {
     fWorkingDirText.setText(dir);
     fUseDefaultDirButton.setSelection(true);
     handleUseDefaultWorkingDirButtonSelected();
   }
 }