Uses of Class
org.praxislive.core.Info.StringInfoBuilder
-
Packages that use Info.StringInfoBuilder Package Description org.praxislive.core -
-
Uses of Info.StringInfoBuilder in org.praxislive.core
Methods in org.praxislive.core that return Info.StringInfoBuilder Modifier and Type Method Description Info.StringInfoBuilder
Info.StringInfoBuilder. allowed(String... values)
Set allowed values property.Info.StringInfoBuilder
Info.StringInfoBuilder. emptyIsDefault()
Set empty is default property.Info.StringInfoBuilder
Info.StringInfoBuilder. mime(String mime)
Set the mime type property.Info.StringInfoBuilder
Info.ArgumentInfoChooser. string()
Create a StringInfoBuilder for string values.Info.StringInfoBuilder
Info.StringInfoBuilder. suggested(String... values)
Set suggested values property.Info.StringInfoBuilder
Info.StringInfoBuilder. template(String template)
Set the template property.
-