|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.usp.iterador.plugin.ToolManager
public class ToolManager
Tool manager.
| Constructor Summary | |
|---|---|
ToolManager(Controller controller)
|
|
| Method Summary | |
|---|---|
void |
activateTool(Tool tool)
|
Tool |
getCurrentTool()
|
java.util.List<Tool> |
getTools()
Returns all tools |
void |
installTools(Plugin plugin)
Install all tools from this plugin |
void |
uninstallTools(Plugin plugin)
Removes all tools related to this plugin and change the tool to the show point if needed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolManager(Controller controller)
| Method Detail |
|---|
public void uninstallTools(Plugin plugin)
plugin - pluginpublic void installTools(Plugin plugin)
plugin - pluginpublic java.util.List<Tool> getTools()
public void activateTool(Tool tool)
public Tool getCurrentTool()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||