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

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

public class GetNodeIdDialog
extends Dialog


Constructor Summary
GetNodeIdDialog(Shell shell, TreeNode node, java.lang.String id)
           
 
Method Summary
protected  Composite createClientContainer(Composite parent, int span)
           
protected  Control createDialogArea(Composite parent)
           
 java.lang.String getResult()
           
protected  void okPressed()
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetNodeIdDialog

public GetNodeIdDialog(Shell shell,
                       TreeNode node,
                       java.lang.String id)
Method Detail

createDialogArea

protected Control createDialogArea(Composite parent)

createClientContainer

protected Composite createClientContainer(Composite parent,
                                          int span)

okPressed

protected void okPressed()

getResult

public java.lang.String getResult()

setTitle

public void setTitle(java.lang.String title)