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

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

public class SelectReportDataDialog
extends SelectNodeDialog


Field Summary
 
Fields inherited from class com.unitesk.requality.eclipse.ui.dialogs.SelectNodeDialog
selectedNode
 
Constructor Summary
SelectReportDataDialog(Shell shell, TreeDB treedb)
           
 
Method Summary
 boolean canCreateNodes()
           
 TreeNode createNode(TreeNode parent, java.lang.String id)
           
protected  LabelProvider getLabelProvider()
           
 java.lang.String getTitle()
           
 
Methods inherited from class com.unitesk.requality.eclipse.ui.dialogs.SelectNodeDialog
buttonPressed, canCreateNode, canSelect, createButtonsForButtonBar, createClientContainer, createDialogArea, getContentProvider, getResult, open, select, setCanSelectRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectReportDataDialog

public SelectReportDataDialog(Shell shell,
                              TreeDB treedb)
Method Detail

getTitle

public java.lang.String getTitle()
Overrides:
getTitle in class SelectNodeDialog

canCreateNodes

public boolean canCreateNodes()
Overrides:
canCreateNodes in class SelectNodeDialog

createNode

public TreeNode createNode(TreeNode parent,
                           java.lang.String id)
Overrides:
createNode in class SelectNodeDialog

getLabelProvider

protected LabelProvider getLabelProvider()
Overrides:
getLabelProvider in class SelectNodeDialog