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

Variable Index

 o DEFAULT

Constructor Index

 o DictionaryNameEditor()

Method Index

 o getAsText()
 o 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.
 o setAsText(String)
Set the property value by parsing a given String.

Variables

 o DEFAULT
 public static final String DEFAULT

Constructors

 o DictionaryNameEditor
 public DictionaryNameEditor()

Methods

 o 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
 o getAsText
 public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport
 o 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