com.unitesk.requality.eclipse.dialogs
Class SelectDirDialog

java.lang.Object
  extended by Dialog
      extended by com.unitesk.requality.eclipse.dialogs.SelectDirDialog

public class SelectDirDialog
extends Dialog


Field Summary
protected static java.io.FileFilter directoryFilter
           
 
Constructor Summary
SelectDirDialog(Shell shell, java.io.File root, java.lang.String path)
           
 
Method Summary
protected  void createButtonsForButtonBar(Composite parent)
           
protected  Composite createClientContainer(Composite parent, int span, int step)
           
protected  Control createDialogArea(Composite parent)
           
 java.io.File getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directoryFilter

protected static java.io.FileFilter directoryFilter
Constructor Detail

SelectDirDialog

public SelectDirDialog(Shell shell,
                       java.io.File root,
                       java.lang.String path)
Method Detail

getResult

public java.io.File getResult()

createDialogArea

protected Control createDialogArea(Composite parent)

createClientContainer

protected Composite createClientContainer(Composite parent,
                                          int span,
                                          int step)

createButtonsForButtonBar

protected void createButtonsForButtonBar(Composite parent)