com.ibm.dse.tools.workbench.base
Interface Tool
- public interface Tool
- extends DWChangeNotifier
Defines an interface that provides comunication between the development workbench and the tool.
Method Summary |
void |
launch()
This method launches the wizard. |
void |
setParameters(java.util.Hashtable params)
This method sets the parameters that the wizard will need to customize itself. |
void |
setRepository(Repository repository)
This method provides the repository to the wizard. |
void |
setTableRow(TableRow row)
This method sets the current TableRow that can be of any type of table, or null if the wizard doesn't need it. |
launch
public void launch()
- This method launches the wizard. Usually makes it visible.
setParameters
public void setParameters(java.util.Hashtable params)
- This method sets the parameters that the wizard will need to customize itself.
- Parameters:
params
- java.util.Hashtable
setRepository
public void setRepository(Repository repository)
- This method provides the repository to the wizard.
- Parameters:
repository
- com.ibm.dse.tools.workbench.base.Repository
setTableRow
public void setTableRow(TableRow row)
- This method sets the current TableRow that can be of any type of table, or null if the wizard doesn't need it.
- Parameters:
row
- com.ibm.dse.tools.workbench.base.TableRow