public interface SchemesProvider
| Modifier and Type | Method and Description | 
|---|---|
| void | addScheme(Scheme newScheme)Adds just one new scheme. | 
| void | delScheme(Scheme scheme)Removes a scheme from the list. | 
| Scheme | getDefaultScheme()Returns the Scheme that should be the default. | 
| Scheme | getScheme(java.lang.String text)Returns the Scheme corresponding to the string representation of the
 scheme in the text parameter. | 
| java.util.Iterator<Scheme> | getSchemes()The ordered list of preferred languages. | 
| void | setSchemes(java.util.Collection<Scheme> newCol)Sets the set of languages (replaces current set of labels) . | 
java.util.Iterator<Scheme> getSchemes()
Scheme getDefaultScheme()
void setSchemes(java.util.Collection<Scheme> newCol)
newCol - the new schemesvoid addScheme(Scheme newScheme)
newScheme - the new schemevoid delScheme(Scheme scheme)
scheme - the schemeScheme getScheme(java.lang.String text)
text - the textCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa