net.sourceforge.fuzzyservices.beans.swing
Class OperatorBeanModel

java.lang.Object
  extended by net.sourceforge.fuzzyservices.swing.AbstractOperatorModel
      extended by net.sourceforge.fuzzyservices.beans.swing.OperatorBeanModel
All Implemented Interfaces:
PropertyChangeListener, EventListener, net.sourceforge.fuzzyservices.swing.OperatorModel

public class OperatorBeanModel
extends net.sourceforge.fuzzyservices.swing.AbstractOperatorModel
implements PropertyChangeListener

OperatorBeanModel

Author:
Uwe Weng

Field Summary
 
Fields inherited from class net.sourceforge.fuzzyservices.swing.AbstractOperatorModel
listenerList
 
Constructor Summary
OperatorBeanModel()
           
OperatorBeanModel(Operator operator)
           
 
Method Summary
 String[] getOperatorNames()
           
 float getParameter()
           
 String getSelectedOperatorName()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setParameter(float parameter)
           
 void setSelectedOperatorName(String name)
           
 
Methods inherited from class net.sourceforge.fuzzyservices.swing.AbstractOperatorModel
addOperatorModelListener, fireDefaultOperatorChanged, fireParameterChanged, fireTypeChanged, getListeners, getOperatorModelListeners, removeOperatorModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorBeanModel

public OperatorBeanModel()

OperatorBeanModel

public OperatorBeanModel(Operator operator)
Method Detail

getOperatorNames

public String[] getOperatorNames()
Specified by:
getOperatorNames in interface net.sourceforge.fuzzyservices.swing.OperatorModel

getSelectedOperatorName

public String getSelectedOperatorName()
Specified by:
getSelectedOperatorName in interface net.sourceforge.fuzzyservices.swing.OperatorModel

setSelectedOperatorName

public final void setSelectedOperatorName(String name)
Specified by:
setSelectedOperatorName in interface net.sourceforge.fuzzyservices.swing.OperatorModel

getParameter

public final float getParameter()
Specified by:
getParameter in interface net.sourceforge.fuzzyservices.swing.OperatorModel

setParameter

public final void setParameter(float parameter)
Specified by:
setParameter in interface net.sourceforge.fuzzyservices.swing.OperatorModel

propertyChange

public final void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


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