Uses of Class
com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
-
Packages that use OptionSetEvent.Option Package Description com.ensarsarajcic.neovim.java.notifications.ui.global -
-
Uses of OptionSetEvent.Option in com.ensarsarajcic.neovim.java.notifications.ui.global
Methods in com.ensarsarajcic.neovim.java.notifications.ui.global that return OptionSetEvent.Option Modifier and Type Method Description static OptionSetEvent.OptionOptionSetEvent.Option. fromString(java.lang.String value)OptionSetEvent.OptionOptionSetEvent. getOption()static OptionSetEvent.OptionOptionSetEvent.Option. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OptionSetEvent.Option[]OptionSetEvent.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.
-