Package weka.gui.beans
Class ClassValuePickerBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.gui.beans.ClassValuePickerBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class ClassValuePickerBeanInfo extends java.beans.SimpleBeanInfoBeanInfo class for the class value picker bean- Version:
- $Revision: 7439 $
- Author:
- Mark Hall
-
-
Constructor Summary
Constructors Constructor Description ClassValuePickerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.BeanDescriptorgetBeanDescriptor()java.beans.EventSetDescriptor[]getEventSetDescriptors()Returns the event set descriptorsjava.beans.PropertyDescriptor[]getPropertyDescriptors()Returns the property descriptors
-
-
-
Method Detail
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Returns the event set descriptors- Specified by:
getEventSetDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getEventSetDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- an
EventSetDescriptor[]value
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors- Specified by:
getPropertyDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- a
PropertyDescriptor[]value
-
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Specified by:
getBeanDescriptorin interfacejava.beans.BeanInfo- Overrides:
getBeanDescriptorin classjava.beans.SimpleBeanInfo
-
-