|
|||||||||
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 menu item for the DWide must implement.
Method Summary | |
java.awt.Component |
getComponent()
This method returns the component that should be included in the menu. |
void |
launch()
This method exceutes the code when the user selects the option. |
void |
setParams(java.lang.String[] params)
This method sets different parameters for the menu option. |
void |
setRepository(Repository repository)
This method sets the current Repository. |
void |
setSelectedTableRows(TableRow[] rows)
This method sets the selected table rows in the dwide component that launches the menu option. |
void |
setWorkspace(Workspace workspace)
This method sets the current Workspace. |
Methods inherited from interface com.ibm.dse.tools.workbench.gui.DWChangeNotifier |
addChangeListener,
removeChangeListener |
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 setSelectedTableRows(TableRow[] rows)
rows
- com.ibm.dse.tools.workbench.base.TableRow[]public void setWorkspace(Workspace workspace)
workspace
- com.ibm.dse.tools.workbench.base.Workspace
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |