Uses of Class
org.scijava.input.Accelerator
-
Packages that use Accelerator Package Description org.scijava org.scijava.display.event.input org.scijava.input org.scijava.module -
-
Uses of Accelerator in org.scijava
Methods in org.scijava that return Accelerator Modifier and Type Method Description AcceleratorMenuEntry. getAccelerator()Methods in org.scijava with parameters of type Accelerator Modifier and Type Method Description voidMenuEntry. setAccelerator(Accelerator accelerator)Constructors in org.scijava with parameters of type Accelerator Constructor Description MenuEntry(String name, double weight, char mnemonic, Accelerator acc, String iconPath) -
Uses of Accelerator in org.scijava.display.event.input
Methods in org.scijava.display.event.input that return Accelerator Modifier and Type Method Description AcceleratorKyEvent. getAccelerator()Converts the key event into a corresponding accelerator. -
Uses of Accelerator in org.scijava.input
Methods in org.scijava.input that return Accelerator Modifier and Type Method Description static AcceleratorAccelerator. create(String acc)Creates an accelerator from the given string representation. -
Uses of Accelerator in org.scijava.module
Methods in org.scijava.module with parameters of type Accelerator Modifier and Type Method Description ModuleInfoDefaultModuleService. getModuleForAccelerator(Accelerator acc)ModuleInfoModuleService. getModuleForAccelerator(Accelerator acc)Gets the module for a given keyboard shortcut.
-