com.unitesk.requality.eclipse.ui.dialogs
public class TraceabilityReportSettingsDialog extends Dialog
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.Integer,Combo> |
groupLink |
java.util.Map<java.lang.Integer,Combo> |
groupLinkError |
java.util.Map<java.lang.Integer,Combo> |
groupRefError |
java.util.Map<java.lang.Integer,Combo> |
groupText |
Combo |
te |
Text |
templ1 |
Text |
templ2 |
Constructor and Description |
---|
TraceabilityReportSettingsDialog(Shell shell,
TreeNode rep) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
createContents(Composite parent) |
protected void |
okPressed() |
public java.util.Map<java.lang.Integer,Combo> groupText
public java.util.Map<java.lang.Integer,Combo> groupLink
public java.util.Map<java.lang.Integer,Combo> groupRefError
public java.util.Map<java.lang.Integer,Combo> groupLinkError
public Combo te
public Text templ1
public Text templ2
public TraceabilityReportSettingsDialog(Shell shell, TreeNode rep)