java.lang.Object | +--com.ibm.lab.soln.extensionpoint.ToolActionParameters
Holds the parameters specified in the
com.ibm.lab.soln.extensionpoint.toolAction extension point.
| Constructor Summary | |
ToolActionParameters(IToolAction action,
java.lang.String label)
The constructor. |
|
| Method Summary | |
IToolAction |
getAction()
|
java.lang.String |
getActionLabel()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ToolActionParameters(IToolAction action,
java.lang.String label)
| Method Detail |
public IToolAction getAction()
public java.lang.String getActionLabel()