net.sf.javadocbuilder.ui
Class FileBrowseButtonSelectionListener

java.lang.Object
  |
  +--net.sf.javadocbuilder.ui.FileBrowseButtonSelectionListener

final class FileBrowseButtonSelectionListener
extends java.lang.Object


Field Summary
private  IProject project
           
private  Shell shell
           
private  Text text
           
 
Constructor Summary
FileBrowseButtonSelectionListener(Shell shell, IProject project, Text text)
           
 
Method Summary
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shell

private Shell shell

project

private IProject project

text

private Text text
Constructor Detail

FileBrowseButtonSelectionListener

public FileBrowseButtonSelectionListener(Shell shell,
                                         IProject project,
                                         Text text)
Parameters:
shell -
project -
text -
Method Detail

widgetSelected

public void widgetSelected(SelectionEvent e)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)