com.unitesk.requality.eclipse.ui.dialogs
Class FindDialog

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

public class FindDialog
extends Dialog

Find dialog


Field Summary
static java.util.ArrayList<java.lang.String> comboStrings
           
 
Constructor Summary
FindDialog(Shell shell, JSEditor js)
           
FindDialog(Shell shell, ReqDocBrowser rdBrowser)
           
 
Method Summary
protected  void buttonPressed(int buttonId)
           
protected  void createButtonsForButtonBar(Composite parent)
           
protected  Control createDialogArea(Composite parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comboStrings

public static java.util.ArrayList<java.lang.String> comboStrings
Constructor Detail

FindDialog

public FindDialog(Shell shell,
                  ReqDocBrowser rdBrowser)

FindDialog

public FindDialog(Shell shell,
                  JSEditor js)
Method Detail

createDialogArea

protected Control createDialogArea(Composite parent)

createButtonsForButtonBar

protected void createButtonsForButtonBar(Composite parent)

buttonPressed

protected void buttonPressed(int buttonId)