| Home >> All >> com >> maddyhome >> idea >> vim >> [ option Javadoc ] |
com.maddyhome.idea.vim.option: Javadoc index of package com.maddyhome.idea.vim.option.
Package Samples:
com.maddyhome.idea.vim.option
Classes:
Option: Represents an VIM options that can be set with the :set command. Listeners can be set that are interested in knowing when the value of the option changes.
OptionChangeListener: This interface is used for classes that wish to be notified whenever the value of an option has changed
OptionChangeEvent: This event indicates that the value of the option has changed
ListOption: This is an option that accepts an arbitrary list of values
FlagsOption: This represents a set of one character flags
StringOption: An option that has an arbitrary string value
NumberOption: Represents an option with a numeric value
Options: Maintains the set of support options
ToggleOption: Represents a boolean option
BoundListOption
BoundStringOption
TextOption
| Home | Contact Us | Privacy Policy | Terms of Service |