Uses of Enum Class
com.levigo.jadice.web.client.util.action.KeyStroke.Modifier
Packages that use KeyStroke.Modifier
-
Uses of KeyStroke.Modifier in com.levigo.jadice.web.client.util.action
Methods in com.levigo.jadice.web.client.util.action that return KeyStroke.ModifierModifier and TypeMethodDescriptionstatic KeyStroke.Modifier
Returns the enum constant of this class with the specified name.static KeyStroke.Modifier[]
KeyStroke.Modifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.levigo.jadice.web.client.util.action with parameters of type KeyStroke.ModifierModifierConstructorDescriptionKeyStroke
(Key key, KeyStroke.Modifier... modifiers) Creates a KeyStroke with the givenKey
andKeyStroke.Modifier
s.