Package weka.gui.beans
Class PredictionAppenderBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.gui.beans.PredictionAppenderBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class PredictionAppenderBeanInfo extends java.beans.SimpleBeanInfoBean info class for PredictionAppender.- Since:
- 1.0
- Version:
- $Revision: 1.3 $
- Author:
- Mark Hall
- See Also:
SimpleBeanInfo
-
-
Constructor Summary
Constructors Constructor Description PredictionAppenderBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.BeanDescriptorgetBeanDescriptor()Return the bean descriptor for this beanjava.beans.EventSetDescriptor[]getEventSetDescriptors()Get the event set descriptors pertinent to data sourcesjava.beans.PropertyDescriptor[]getPropertyDescriptors()Return the property descriptors for this bean
-
-
-
Method Detail
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Get the event set descriptors pertinent to data sources- Specified by:
getEventSetDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getEventSetDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- an
EventSetDescriptor[]value
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean- Specified by:
getPropertyDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- a
PropertyDescriptor[]value
-
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
Return the bean descriptor for this bean- Specified by:
getBeanDescriptorin interfacejava.beans.BeanInfo- Overrides:
getBeanDescriptorin classjava.beans.SimpleBeanInfo- Returns:
- a
BeanDescriptorvalue
-
-