|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolHandler
A custom command handler.
Must have a public default constructor so that the plugin frame work can instantiate the class.
AbstractToolCommandHandler
,
IHandler
Method Summary | |
---|---|
void |
setCurrentCommandId(java.lang.String currentCommandId)
Called before any of the IHandler methods are called. |
void |
setTool(Tool tool)
Called before any of the IHandler methods are called. |
Method Detail |
---|
void setTool(Tool tool)
tool
- void setCurrentCommandId(java.lang.String currentCommandId)
currentCommandId
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |