All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.DictionaryNameEditor
java.lang.Object
|
+----java.beans.PropertyEditorSupport
|
+----multilizer.DictionaryNameEditor
- public class DictionaryNameEditor
- extends PropertyEditorSupport
-
DEFAULT
-
-
DictionaryNameEditor()
-
-
getAsText()
-
-
getTags()
- If the property value must be one of a set of known tagged values,
then this method should return an array of the tag values.
-
setAsText(String)
- Set the property value by parsing a given String.
DEFAULT
public static final String DEFAULT
DictionaryNameEditor
public DictionaryNameEditor()
getTags
public String[] getTags()
- If the property value must be one of a set of known tagged values,
then this method should return an array of the tag values.
- Overrides:
- getTags in class PropertyEditorSupport
getAsText
public String getAsText()
- Overrides:
- getAsText in class PropertyEditorSupport
setAsText
public void setAsText(String text)
- Set the property value by parsing a given String.
- Overrides:
- setAsText in class PropertyEditorSupport
All Packages Class Hierarchy This Package Previous Next Index