Package org.graffiti.managers
Interface ToolManager
- All Superinterfaces:
PluginManagerListener
- All Known Implementing Classes:
DefaultToolManager
public interface ToolManager extends PluginManagerListener
An interface for managing a list of tools.
- Version:
- $Revision: 1.5 $
- See Also:
PluginManagerListener
-
Method Summary
Methods inherited from interface org.graffiti.managers.pluginmgr.PluginManagerListener
pluginAdded
-
Method Details
-
addTool
Adds the specified tool to the list of tools of this manager.- Parameters:
tool
- the tool to be added.
-