sunw.demo.molecule
Class MoleculeNameEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--sunw.demo.molecule.MoleculeNameEditor

public class MoleculeNameEditor
extends java.beans.PropertyEditorSupport

Special case property editor for molecule names.


Constructor Summary
MoleculeNameEditor()
           
 
Method Summary
 java.lang.String getJavaInitializationString()
           
 java.lang.String[] getTags()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoleculeNameEditor

public MoleculeNameEditor()
Method Detail

getTags

public java.lang.String[] getTags()
Overrides:
getTags in class java.beans.PropertyEditorSupport

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport