net.sourceforge.fuzzyservices.beans
Class OperatorTypeEditor

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

public final class OperatorTypeEditor
extends PropertyEditorSupport

Editor support for type property of an operator bean.

Version:
1.0
Author:
Uwe Weng

Constructor Summary
OperatorTypeEditor()
           
 
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

OperatorTypeEditor

public OperatorTypeEditor()
Method Detail

setAsText

public 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.