Package | Description |
---|---|
org.hkijena.jipipe.ui.grapheditor |
Modifier and Type | Method and Description |
---|---|
static NodeHotKeyStorage.Hotkey |
NodeHotKeyStorage.Hotkey.fromIndex(int index) |
static NodeHotKeyStorage.Hotkey |
NodeHotKeyStorage.Hotkey.fromKeyCode(int key) |
NodeHotKeyStorage.Hotkey |
NodeHotKeyStorage.getHotkeyFor(UUID compartment,
UUID id) |
static NodeHotKeyStorage.Hotkey |
NodeHotKeyStorage.Hotkey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeHotKeyStorage.Hotkey[] |
NodeHotKeyStorage.Hotkey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<NodeHotKeyStorage.Hotkey,String>> |
NodeHotKeyStorage.getHotkeys() |
Modifier and Type | Method and Description |
---|---|
String |
NodeHotKeyStorage.getNodeForHotkey(NodeHotKeyStorage.Hotkey hotkey,
UUID compartment) |
void |
NodeHotKeyStorage.setHotkey(UUID compartment,
UUID nodeId,
NodeHotKeyStorage.Hotkey hotkey) |
Modifier and Type | Method and Description |
---|---|
void |
NodeHotKeyStorage.setHotkeys(Map<String,Map<NodeHotKeyStorage.Hotkey,String>> hotkeys) |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.