Package weka.gui.beans
Class AbstractDataSourceBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
weka.gui.beans.AbstractDataSourceBeanInfo
- All Implemented Interfaces:
BeanInfo
- Direct Known Subclasses:
LoaderBeanInfo
Bean info class for AbstractDataSource. All beans that extend
AbstractDataSource might want to extend this class
- Since:
- 1.0
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall
- See Also:
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the event set descriptors pertinent to data sourcesMethods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
-
Constructor Details
-
AbstractDataSourceBeanInfo
public AbstractDataSourceBeanInfo()
-
-
Method Details
-
getEventSetDescriptors
Get the event set descriptors pertinent to data sources- Specified by:
getEventSetDescriptors
in interfaceBeanInfo
- Overrides:
getEventSetDescriptors
in classSimpleBeanInfo
- Returns:
- an
EventSetDescriptor[]
value
-