|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.toedter.components.LocaleEditor
Property editor for locales.
Constructor Summary | |
LocaleEditor()
Default LocaleEditor constructor. |
Method Summary | |
java.lang.String |
getAsText()
Returns the locale string as text. |
java.lang.String[] |
getTags()
Returns the locale strings. |
void |
setAsText(java.lang.String text)
Sets the locale strings as text and invokes setValue( locale ). |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocaleEditor()
Method Detail |
public java.lang.String[] getTags()
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
text
- the locale string text
java.lang.IllegalArgumentException
- not usedpublic java.lang.String getAsText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |