Package org.scijava.tool
Class DummyTool
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.tool.AbstractTool
-
- org.scijava.tool.DummyTool
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Identifiable,Locatable,Logged,HasPluginInfo,RichPlugin,SciJavaPlugin,SingletonPlugin,Prioritized,Tool,Versioned
public class DummyTool extends AbstractTool
A tool that does nothing.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description DummyTool()
-
Method Summary
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.tool.Tool
activate, configure, deactivate, getCursor, getDescription, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseClick, onMouseDown, onMouseDrag, onMouseMove, onMouseUp, onMouseWheel
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-