Uses of Class
org.appformer.client.keyboardShortcuts.KeyboardShortcutsApiOpts.Repeat
-
Packages that use KeyboardShortcutsApiOpts.Repeat Package Description org.appformer.client.keyboardShortcuts -
-
Uses of KeyboardShortcutsApiOpts.Repeat in org.appformer.client.keyboardShortcuts
Methods in org.appformer.client.keyboardShortcuts that return KeyboardShortcutsApiOpts.Repeat Modifier and Type Method Description static KeyboardShortcutsApiOpts.RepeatKeyboardShortcutsApiOpts.Repeat. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyboardShortcutsApiOpts.Repeat[]KeyboardShortcutsApiOpts.Repeat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.appformer.client.keyboardShortcuts with parameters of type KeyboardShortcutsApiOpts.Repeat Constructor Description KeyboardShortcutsApiOpts(KeyboardShortcutsApiOpts.Repeat repeat)
-