@Retention(value=RUNTIME) public @interface Shortcut
ShortcutManagerpublic abstract String keys
Синтаксис
<modifiers>* (<typedID> | <pressedReleasedID>) modifiers := shift | control | ctrl | meta | alt | altGraph typedID := typed <typedKey> typedKey := string of length 1 giving Unicode character. pressedReleasedID := (pressed | released) key key := KeyEvent key code name, i.e. the name following "VK_".
public abstract Class target
BasicAction.setTarget(java.lang.Class)Copyright © 2019. All rights reserved.