All Packages Class Hierarchy This Package Previous Next Index
Class sunw.demo.molecule.MoleculeNameEditor
java.lang.Object
|
+----java.beans.PropertyEditorSupport
|
+----sunw.demo.molecule.MoleculeNameEditor
- public class MoleculeNameEditor
- extends PropertyEditorSupport
Special case property editor for molecule names.
-
MoleculeNameEditor()
-
-
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.
MoleculeNameEditor
public MoleculeNameEditor()
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
All Packages Class Hierarchy This Package Previous Next Index