Uses of Enum Class
eu.webtoolkit.jwt.KeyboardModifier
Packages that use KeyboardModifier
-
Uses of KeyboardModifier in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return KeyboardModifierModifier and TypeMethodDescriptionstatic KeyboardModifierReturns the enum constant of this class with the specified name.static KeyboardModifier[]KeyboardModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type KeyboardModifierModifier and TypeMethodDescriptionWKeyEvent.getModifiers()Returns keyboard modifiers.WMouseEvent.getModifiers()Returns keyboard modifiers. -
Uses of KeyboardModifier in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return types with arguments of type KeyboardModifierModifier and TypeMethodDescriptionWCartesianChart.getWheelActions()Returns the current mouse wheel actions for interactive charts.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type KeyboardModifierModifier and TypeMethodDescriptionvoidWCartesianChart.setWheelActions(Map<EnumSet<KeyboardModifier>, InteractiveAction> wheelActions) Sets the mapping of mouse wheel actions for interactive charts.