All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.swingchart.ChartDataReducerBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.eou.swingchart.ChartDataReducerBeanInfo
- public class ChartDataReducerBeanInfo
- extends SimpleBeanInfo
BeanInfo class for ChartDataReducer bean
-
ChartDataReducerBeanInfo()
-
-
copyright()
-
-
getEventSetDescriptors()
- Return an array of event set descriptors
-
getIcon(int)
- Returns the icon
-
getMethodDescriptors()
- Return method descriptors array
-
getPropertyDescriptors()
- Returns property descriptors for the ChartDataReducer bean
ChartDataReducerBeanInfo
public ChartDataReducerBeanInfo()
copyright
public static String copyright()
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Return an array of event set descriptors
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getIcon
public Image getIcon(int kind)
- Returns the icon
- Parameters:
- kind - int
- Returns:
- java.awt.Image
- Overrides:
- getIcon in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Return method descriptors array
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns property descriptors for the ChartDataReducer bean
- Returns:
- java.beans.PropertyDescriptor[]
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index