Package weka.gui.beans
Class AbstractTrainingSetProducerBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.gui.beans.AbstractTrainingSetProducerBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
- Direct Known Subclasses:
TrainingSetMakerBeanInfo
public class AbstractTrainingSetProducerBeanInfo extends java.beans.SimpleBeanInfoBeanInfo class for AbstractTrainingSetProducer- Version:
- $Revision: 1.2 $
- Author:
- Mark Hall
-
-
Constructor Summary
Constructors Constructor Description AbstractTrainingSetProducerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.EventSetDescriptor[]getEventSetDescriptors()Returns event set descriptors for this type of bean
-
-
-
Method Detail
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Returns event set descriptors for this type of bean- Specified by:
getEventSetDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getEventSetDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- an
EventSetDescriptor[]value
-
-