Uses of Enum Class
com.flowingcode.vaadin.addons.xterm.ITerminalOptions.BellStyle
Packages that use ITerminalOptions.BellStyle
-
Uses of ITerminalOptions.BellStyle in com.flowingcode.vaadin.addons.xterm
Methods in com.flowingcode.vaadin.addons.xterm that return ITerminalOptions.BellStyleModifier and TypeMethodDescriptionstatic ITerminalOptions.BellStyleReturns the enum constant of this class with the specified name.static ITerminalOptions.BellStyle[]ITerminalOptions.BellStyle.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.BellStyleModifier and TypeMethodDescriptionvoidITerminalOptions.setBellStyle(ITerminalOptions.BellStyle value) The type of the bell notification the terminal will use.