datechooser.beans.editor.locale
Class LocaleSet
java.lang.Object
datechooser.beans.editor.locale.LocaleSet
public class LocaleSet
- extends java.lang.Object
Set of supported locales.
Описывает множество поддерживаемых системой локализаций.
- Since:
- 1.0
- Author:
- Androsov Vadim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleSet
public LocaleSet()
getNames
public java.lang.String[] getNames()
setCurrent
public void setCurrent(java.lang.String name)
getIndex
public int getIndex(java.util.Locale locale)
getCurrent
public java.util.Locale getCurrent()
getLocales
public java.util.Locale[] getLocales()
size
public int size()