FileDocCategorySizeDatePackage
MoleculeNameEditor.javaAPI DocExample462Sat Apr 23 22:35:42 BST 2005magicbeans.sunw.demo.molecule

MoleculeNameEditor

public class MoleculeNameEditor extends PropertyEditorSupport
Special case property editor for molecule names.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetJavaInitializationString()

	return (String)getValue();
    
public java.lang.String[]getTags()

	String result[] = {
	    "HyaluronicAcid",
	    "benzene",
	    "buckminsterfullerine",
	    "cyclohexane",
	    "ethane",
	    "water"};
	return result;