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.SimpleBeanInfo
BeanInfo 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.BeanDescriptor
getBeanDescriptor()
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:
getEventSetDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getEventSetDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- an
EventSetDescriptor[]
value
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors- Specified by:
getPropertyDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- a
PropertyDescriptor[]
value
-
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Specified by:
getBeanDescriptor
in interfacejava.beans.BeanInfo
- Overrides:
getBeanDescriptor
in classjava.beans.SimpleBeanInfo
-
-