Package fis.data.sample.classif
Class ClassifSampleChangeSupportDecorator
- java.lang.Object
-
- util.jgoodies.common.bean.ObservableBean2Decorator<ClassifSample>
-
- fis.data.sample.classif.ClassifSampleDecorator
-
- fis.data.sample.classif.ClassifSampleChangeSupportDecorator
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,ClassifSample,BeanChangeListener
public abstract class ClassifSampleChangeSupportDecorator extends ClassifSampleDecorator implements BeanChangeListener
-
-
Field Summary
-
Fields inherited from interface fis.data.sample.classif.ClassifSample
DEFAULT_PRECISION, KEY_PRECISION, LABEL_PRECISION, PROPERTY_CLASSIF, PROPERTY_CLASSIF_VARIABLE, PROPERTY_PRECISION
-
-
Constructor Summary
Constructors Constructor Description ClassifSampleChangeSupportDecorator(ClassifSample classifSample)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrelease()-
Methods inherited from class fis.data.sample.classif.ClassifSampleDecorator
getClassifVariable, getPrecision, isClassif, setClassif, setClassifVariable, setPrecision
-
Methods inherited from class util.jgoodies.common.bean.ObservableBean2Decorator
addPropertyChangeListener, addPropertyChangeListener, getBean, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface util.jgoodies.common.bean.BeanChangeListener
beanChange
-
-
-
-
Constructor Detail
-
ClassifSampleChangeSupportDecorator
public ClassifSampleChangeSupportDecorator(ClassifSample classifSample)
-
-