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.


Constructor Index

 o MoleculeNameEditor()

Method Index

 o getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property.
 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.

Constructors

 o MoleculeNameEditor
 public MoleculeNameEditor()

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 getJavaInitializationString
 public String getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property.

Overrides:
getJavaInitializationString in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index