net.sf.javadocbuilder.ui
Class BrowseButtonSelectionListener

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

final class BrowseButtonSelectionListener
extends java.lang.Object

event handler for the browse output directory button

Author:
Miguel Griffa

Field Summary
private  net.sf.javadocbuilder.ui.NewBuilderDialog dlg
           
private  IProject project
           
private  Shell shell
           
private  Text text
           
 
Constructor Summary
BrowseButtonSelectionListener(Shell s, Text t, IProject p, net.sf.javadocbuilder.ui.NewBuilderDialog d)
           
 
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

text

private Text text

project

private IProject project

dlg

private net.sf.javadocbuilder.ui.NewBuilderDialog dlg
Constructor Detail

BrowseButtonSelectionListener

public BrowseButtonSelectionListener(Shell s,
                                     Text t,
                                     IProject p,
                                     net.sf.javadocbuilder.ui.NewBuilderDialog d)
Method Detail

widgetSelected

public void widgetSelected(SelectionEvent e)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)