Uses of Class
org.strassburger.tui4j.input.SelectInput.Option
Packages that use SelectInput.Option
-
Uses of SelectInput.Option in org.strassburger.tui4j.input
Method parameters in org.strassburger.tui4j.input with type arguments of type SelectInput.OptionModifier and TypeMethodDescriptionSelectInput.addOptions(List<SelectInput.Option<T>> options) Adds multiple options to the select inputConstructor parameters in org.strassburger.tui4j.input with type arguments of type SelectInput.OptionModifierConstructorDescriptionSelectInput(List<SelectInput.Option<T>> options) Deprecated.SelectInput(Printer printer, List<SelectInput.Option<T>> options)
SelectInput(Printer, List)instead