Package weka.gui.beans
Class InstanceStreamToBatchMakerBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.gui.beans.InstanceStreamToBatchMakerBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class InstanceStreamToBatchMakerBeanInfo extends java.beans.SimpleBeanInfo
BeanInfo class for the InstanceStreamToBatchMaker bean- Version:
- $Revision: 5562 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Constructor Summary
Constructors Constructor Description InstanceStreamToBatchMakerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.EventSetDescriptor[]
getEventSetDescriptors()
Returns the event set descriptors
-
-
-
Method Detail
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Returns the event set descriptors- Specified by:
getEventSetDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getEventSetDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- an
EventSetDescriptor[]
value
-
-