All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.peas.BarChartBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----netscape.peas.BarChartBeanInfo

public class BarChartBeanInfo
extends SimpleBeanInfo

Constructor Index

 o BarChartBeanInfo()

Method Index

 o getAdditionalBeanInfo()
 o getBeanDescriptor()
 o getDefaultEventIndex()
 o getDefaultPropertyIndex()
 o getEventSetDescriptors()
 o getMethodDescriptors()
 o getPropertyDescriptors()

Constructors

 o BarChartBeanInfo
 public BarChartBeanInfo() throws Exception

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Overrides:
getMethodDescriptors in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getAdditionalBeanInfo
 public BeanInfo[] getAdditionalBeanInfo()
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
 o getDefaultEventIndex
 public int getDefaultEventIndex()
Overrides:
getDefaultEventIndex in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Overrides:
getDefaultPropertyIndex in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index