net.sourceforge.fuzzyservices.beans.swing
Class OperatorBeanModel
java.lang.Object
net.sourceforge.fuzzyservices.swing.AbstractOperatorModel
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
| Fields inherited from class net.sourceforge.fuzzyservices.swing.AbstractOperatorModel |
listenerList |
| 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 |
OperatorBeanModel
public OperatorBeanModel()
OperatorBeanModel
public OperatorBeanModel(Operator operator)
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.