com.toedter.components
Class LocaleEditor
java.beans.PropertyEditorSupport
com.toedter.components.LocaleEditor
public class LocaleEditor
extends java.beans.PropertyEditorSupport
Property editor for locales.
$LastChangedRevision: 85 $, $LastChangedDate: 2006-04-28 13:50:52 +0200 (Fr, 28 Apr 2006) $
String | getAsText() - Returns the locale string as text.
|
String[] | getTags() - Returns the locale strings.
|
void | setAsText(String text) - Sets the locale strings as text and invokes setValue( locale ).
|
LocaleEditor
public LocaleEditor()
Default LocaleEditor constructor.
getAsText
public String getAsText()
Returns the locale string as text.
getTags
public String[] getTags()
Returns the locale strings.
setAsText
public void setAsText(String text)
throws IllegalArgumentException
Sets the locale strings as text and invokes setValue( locale ).
text
- the locale string text
Copyright B) 1999 - 2006 Kai Toedter.