Package | Description |
---|---|
org.scijava.tool | |
org.scijava.tool.event | |
org.scijava.ui.swing |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTool
Abstract base class for
Tool implementations. |
class |
DummyTool
A tool that does nothing.
|
Modifier and Type | Method and Description |
---|---|
default <T extends Tool> |
ToolService.getTool(Class<T> toolClass)
Get a tool given its class.
|
Modifier and Type | Method and Description |
---|---|
Tool |
ToolService.getActiveTool() |
Tool |
DefaultToolService.getActiveTool() |
Tool |
ToolService.getTool(String name) |
Tool |
DefaultToolService.getTool(String name) |
Modifier and Type | Method and Description |
---|---|
List<Tool> |
ToolService.getAlwaysActiveTools() |
List<Tool> |
DefaultToolService.getAlwaysActiveTools() |
default Class<Tool> |
ToolService.getPluginType() |
List<Tool> |
ToolService.getTools() |
List<Tool> |
DefaultToolService.getTools() |
Modifier and Type | Method and Description |
---|---|
IconDrawer |
IconService.acquireDrawer(Tool t) |
default boolean |
ToolService.isSeparatorNeeded(Tool tool1,
Tool tool2)
Returns true if the two specified tools should have a separator between
them on the tool bar.
|
void |
ToolService.setActiveTool(Tool activeTool) |
void |
DefaultToolService.setActiveTool(Tool activeTool) |
Modifier and Type | Method and Description |
---|---|
Tool |
ToolEvent.getTool() |
Constructor and Description |
---|
ToolActivatedEvent(Tool tool) |
ToolDeactivatedEvent(Tool tool) |
ToolEvent(Tool tool) |
Modifier and Type | Method and Description |
---|---|
IconDrawer |
SwingIconService.acquireDrawer(Tool tool) |
void |
SwingIconService.registerButton(Tool tool,
AbstractButton button) |
Copyright © 2015–2022 SciJava. All rights reserved.