Package weka.gui.beans
Class StripChartBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.gui.beans.StripChartBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class StripChartBeanInfo extends java.beans.SimpleBeanInfoBean info class for the strip chart bean- Version:
- $Revision: 1.2 $
- Author:
- Mark Hall
-
-
Constructor Summary
Constructors Constructor Description StripChartBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.BeanDescriptorgetBeanDescriptor()Get the bean descriptor for this beanjava.beans.EventSetDescriptor[]getEventSetDescriptors()Get the event set descriptors for this beanjava.beans.PropertyDescriptor[]getPropertyDescriptors()Get the property descriptors for this bean
-
-
-
Method Detail
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Get the event set descriptors for this bean- Specified by:
getEventSetDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getEventSetDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- an
EventSetDescriptor[]value
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Get 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()
Get the bean descriptor for this bean- Specified by:
getBeanDescriptorin interfacejava.beans.BeanInfo- Overrides:
getBeanDescriptorin classjava.beans.SimpleBeanInfo- Returns:
- a
BeanDescriptorvalue
-
-