|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface provides a few common methods that a tool option for the DWide must implement.
Method Summary | |
java.awt.Component |
getComponent()
This method returns the component that should be included in the toolbar. |
void |
launch()
This method exceutes the code when the user selects the tool. |
void |
setParams(java.lang.String[] params)
This method sets different parameters for the tool. |
void |
setRepository(Repository repository)
This method sets the current Repository. |
void |
setSelectedTableRow(TableRow row)
This method sets the selected table row in the dwide component that launches the tool. |
Method Detail |
public java.awt.Component getComponent()
public void launch()
public void setParams(java.lang.String[] params)
params
- java.lang.String[]public void setRepository(Repository repository)
repository
- com.ibm.dse.tools.workbench.base.Repositorypublic void setSelectedTableRow(TableRow row)
row
- com.ibm.dse.tools.workbench.base.TableRow
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |