|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ option overview ] | PREV NEXT | ||||||||
Uses of Class
com.maddyhome.idea.vim.option.Option
| Uses of Option in com.maddyhome.idea.vim.option |
| Subclasses of Option in com.maddyhome.idea.vim.option | |
class |
BoundListOption
|
class |
BoundStringOption
|
class |
FlagsOption
This represents a set of one character flags |
class |
ListOption
This is an option that accepts an arbitrary list of values |
class |
NumberOption
Represents an option with a numeric value |
class |
StringOption
An option that has an arbitrary string value |
class |
TextOption
|
class |
ToggleOption
Represents a boolean option |
| Methods in com.maddyhome.idea.vim.option that return Option | |
Option |
Options.getOption(java.lang.String name)
Gets an option by the supplied name or short name. |
Option |
OptionChangeEvent.getOption()
Gets the changed option. |
| Methods in com.maddyhome.idea.vim.option with parameters of type Option | |
private void |
Options.addOption(Option option)
|
| Constructors in com.maddyhome.idea.vim.option with parameters of type Option | |
OptionChangeEvent(Option option)
|
|
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ option overview ] | PREV NEXT | ||||||||