net.sourceforge.fuzzyservices.beans
Class DefuzzificatorTypeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by net.sourceforge.fuzzyservices.beans.DefuzzificatorTypeEditor
All Implemented Interfaces:
PropertyEditor

public class DefuzzificatorTypeEditor
extends PropertyEditorSupport

Editor support for type property of a defuzzificator bean.

Version:
1.0
Author:
Uwe Weng

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

Constructor Detail

DefuzzificatorTypeEditor

public DefuzzificatorTypeEditor()
Method Detail

setAsText

public final void setAsText(String text)
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport

getTags

public String[] getTags()
Specified by:
getTags in interface PropertyEditor
Overrides:
getTags in class PropertyEditorSupport


Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.