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 Details

    • ShortcutWindowCmd

      public ShortcutWindowCmd()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • resetFrameLocation

      public static void resetFrameLocation()
    • isVisible

      public static boolean isVisible()
    • toggleVisibility

      public static void toggleVisibility()
    • run

      public void run(String ignored)
      Specified by:
      run in interface ij.plugin.PlugIn