Uses of Interface
org.scijava.tool.Tool
-
Packages that use Tool Package Description org.scijava.tool org.scijava.tool.event -
-
Uses of Tool in org.scijava.tool
Classes in org.scijava.tool that implement Tool Modifier and Type Class Description classAbstractToolAbstract base class forToolimplementations.classDummyToolA tool that does nothing.Methods in org.scijava.tool with type parameters of type Tool Modifier and Type Method Description default <T extends Tool>
TToolService. getTool(Class<T> toolClass)Get a tool given its class.Methods in org.scijava.tool that return Tool Modifier and Type Method Description ToolDefaultToolService. getActiveTool()ToolToolService. getActiveTool()ToolDefaultToolService. getTool(String name)ToolToolService. getTool(String name)Methods in org.scijava.tool that return types with arguments of type Tool Modifier and Type Method Description List<Tool>DefaultToolService. getAlwaysActiveTools()List<Tool>ToolService. getAlwaysActiveTools()default Class<Tool>ToolService. getPluginType()List<Tool>DefaultToolService. getTools()List<Tool>ToolService. getTools()Methods in org.scijava.tool with parameters of type Tool Modifier and Type Method Description IconDrawerIconService. acquireDrawer(Tool t)default booleanToolService. isSeparatorNeeded(Tool tool1, Tool tool2)Returns true if the two specified tools should have a separator between them on the tool bar.voidDefaultToolService. setActiveTool(Tool activeTool)voidToolService. setActiveTool(Tool activeTool) -
Uses of Tool in org.scijava.tool.event
Methods in org.scijava.tool.event that return Tool Modifier and Type Method Description ToolToolEvent. getTool()Constructors in org.scijava.tool.event with parameters of type Tool Constructor Description ToolActivatedEvent(Tool tool)ToolDeactivatedEvent(Tool tool)ToolEvent(Tool tool)
-