Uses of Class
com.iizix.prop.StringArrayProp
- Packages that use StringArrayProp - Package - Description - com.iizix.prop 
- Uses of StringArrayProp in com.iizix.prop- Methods in com.iizix.prop that return StringArrayProp - Modifier and Type - Method - Description - StringArrayProp- StringArrayProp. - clone()Creates a clone out of this property.- static StringArrayProp- GDateTime. - createTimeZonesProp()Creates a new time zones array list property named- Atom.ZONES.- static StringArrayProp- StringArrayProp. - createUnmodifiableReadOnly(Atom atom, java.lang.String[] strings)Creates a new StringArrayProp from a predefined array of strings that is placed in an unmodifiable list.- StringArrayProp- AppLanguages. - getLanguageDefinitions()Gets the language map StringArrayProp that stores the language mappings as strings formatted as "lang{\t}useFor" where "lang" is the application-defined language, {\t} is the tab character and "useFor" is empty indicates the original language code being matched for, or a comma separated string of language codes with optional wildcards (* ?) that matches a particular language code to the application-defined language code.