|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LangsProvider
Provides an ordered list of language tokens according to the user's preferences
| Method Summary | |
|---|---|
java.util.Iterator<java.lang.String> |
getLangs()
The ordered list of preferred languages |
void |
setLangs(java.util.Collection<java.lang.String> newCol)
Sets the set of languages (replaces current set of labels) |
void |
showNewLangsAddedMessage()
an application that implements LangsProvider is informed about new languages added to the languages lists by the labels provider. |
| Method Detail |
|---|
java.util.Iterator<java.lang.String> getLangs()
void setLangs(java.util.Collection<java.lang.String> newCol)
newCol - void showNewLangsAddedMessage()
The LabelsProvider requires a LangsProvider during the creation. that LangsProvider is informed about new languages when the labels database is build.
Applications should show a message to the user or call the LabelsProviderUI.showNewLangsAddedMessage() method that shows an standard message.
.NET api can use a different UI for the same purpose
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||