com.unitesk.reqcoverage.eclipse.wizards
public class ExistingTestWizard extends Wizard
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
targetqid |
Constructor and Description |
---|
ExistingTestWizard()
Constructor for ReqWizard.
|
Modifier and Type | Method and Description |
---|---|
void |
addPages()
Adding the page to the wizard.
|
boolean |
canFinish() |
IDialogSettings |
getDialogSettings() |
java.util.Map<java.lang.String,java.lang.String> |
getSettings() |
java.lang.String |
getTargetQID() |
void |
init(IWorkbench workbench,
IStructuredSelection selection)
We will accept the selection in the workbench to see if we can initialize
from it.
|
boolean |
performFinish() |
void |
setTargetQID(java.lang.String targetqid,
boolean b) |
void |
setTreeDB(TreeDB treeDB) |
public IDialogSettings getDialogSettings()
public void addPages()
public boolean performFinish()
public void init(IWorkbench workbench, IStructuredSelection selection)
IWorkbenchWizard#init(IWorkbench, IStructuredSelection)
public java.lang.String getTargetQID()
public void setTargetQID(java.lang.String targetqid, boolean b)
public boolean canFinish()
public void setTreeDB(TreeDB treeDB)
public java.util.Map<java.lang.String,java.lang.String> getSettings()