Package sc.fiji.snt.gui.cmds
Class ShortcutWindowCmd
java.lang.Object
org.scijava.AbstractContextual
org.scijava.command.ContextCommand
sc.fiji.snt.gui.cmds.ShortcutWindowCmd
- All Implemented Interfaces:
ij.plugin.PlugIn,Runnable,org.scijava.Cancelable,org.scijava.command.Command,org.scijava.Contextual,org.scijava.plugin.SciJavaPlugin
public class ShortcutWindowCmd
extends org.scijava.command.ContextCommand
implements ij.plugin.PlugIn
A command that displays a shortcut window of most popular commands, inspired
by the Bio-Formats Plugins Shortcut Window.
- Author:
- Tiago Ferreira
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.scijava.command.ContextCommand
cancel, getCancelReason, isCanceledMethods inherited from class org.scijava.AbstractContextual
context, getContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.scijava.Contextual
setContext
-
Constructor Details
-
ShortcutWindowCmd
public ShortcutWindowCmd()
-
-
Method Details