Uses of Enum Class
com.flowingcode.vaadin.addons.xterm.ITerminalOptions.FastScrollModifier
Packages that use ITerminalOptions.FastScrollModifier
-
Uses of ITerminalOptions.FastScrollModifier in com.flowingcode.vaadin.addons.xterm
Methods in com.flowingcode.vaadin.addons.xterm that return ITerminalOptions.FastScrollModifierModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ITerminalOptions.FastScrollModifier[]ITerminalOptions.FastScrollModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.xterm with parameters of type ITerminalOptions.FastScrollModifierModifier and TypeMethodDescriptionvoidITerminalOptions.setFastScrollModifier(ITerminalOptions.FastScrollModifier value) The modifier key hold to multiply scroll speed.