All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.beans.swing11.JoltChoiceBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----bea.jolt.beans.swing11.JoltChoiceBeanInfo

public class JoltChoiceBeanInfo
extends SimpleBeanInfo

Constructor Index

 o JoltChoiceBeanInfo()

Method Index

 o getAdditionalBeanInfo()
 o getEventSetDescriptors()
 o getIcon(int)
 o getMethodDescriptors()
 o getPropertyDescriptors()

Constructors

 o JoltChoiceBeanInfo
 public JoltChoiceBeanInfo()

Methods

 o getIcon
 public Image getIcon(int iconKind)
Overrides:
getIcon in class SimpleBeanInfo
 o getAdditionalBeanInfo
 public BeanInfo[] getAdditionalBeanInfo()
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Overrides:
getMethodDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index