Package weka.gui.beans
Class DataVisualizerBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.gui.beans.DataVisualizerBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class DataVisualizerBeanInfo extends java.beans.SimpleBeanInfo
Bean info class for the data visualizer- Version:
- $Revision: 1.3 $
- Author:
- Mark Hall
-
-
Constructor Summary
Constructors Constructor Description DataVisualizerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.EventSetDescriptor[]
getEventSetDescriptors()
Get the event set descriptors for this bean
-
-
-
Method Detail
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Get the event set descriptors for this bean- Specified by:
getEventSetDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getEventSetDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- an
EventSetDescriptor[]
value
-
-