Package | Description |
---|---|
org.scijava | |
org.scijava.display.event.input | |
org.scijava.input | |
org.scijava.module |
Modifier and Type | Method and Description |
---|---|
Accelerator |
MenuEntry.getAccelerator() |
Modifier and Type | Method and Description |
---|---|
void |
MenuEntry.setAccelerator(Accelerator accelerator) |
Constructor and Description |
---|
MenuEntry(String name,
double weight,
char mnemonic,
Accelerator acc,
String iconPath) |
Modifier and Type | Method and Description |
---|---|
Accelerator |
KyEvent.getAccelerator()
Converts the key event into a corresponding accelerator.
|
Modifier and Type | Method and Description |
---|---|
static Accelerator |
Accelerator.create(String acc)
Creates an accelerator from the given string representation.
|
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
ModuleService.getModuleForAccelerator(Accelerator acc)
Gets the module for a given keyboard shortcut.
|
ModuleInfo |
DefaultModuleService.getModuleForAccelerator(Accelerator acc) |
Copyright © 2015–2022 SciJava. All rights reserved.