Uses of Class
com.metsci.glimpse.core.event.key.GlimpseKey
-
Packages that use GlimpseKey Package Description com.metsci.glimpse.core.event.key Glimpse specific key listener classes which provide an abstraction layer on top of specific widget sets like NEWT.com.metsci.glimpse.core.event.key.newt -
-
Uses of GlimpseKey in com.metsci.glimpse.core.event.key
Methods in com.metsci.glimpse.core.event.key that return GlimpseKey Modifier and Type Method Description GlimpseKey
GlimpseKeyEvent. getKey()
static GlimpseKey
GlimpseKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static GlimpseKey[]
GlimpseKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.metsci.glimpse.core.event.key with parameters of type GlimpseKey Constructor Description GlimpseKeyEvent(GlimpseTargetStack stack, EnumSet<ModifierKey> modifiers, GlimpseKey key)
GlimpseKeyEvent(GlimpseTargetStack stack, EnumSet<ModifierKey> modifiers, GlimpseKey key, boolean handled)
-
Uses of GlimpseKey in com.metsci.glimpse.core.event.key.newt
Methods in com.metsci.glimpse.core.event.key.newt that return GlimpseKey Modifier and Type Method Description static GlimpseKey
GlimpseKeyWrapper. fromNewtKeyCode(short newtKeyCode)
-