All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.jmf.MultiPlayer.MultiPlayerBeanBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.jmf.MultiPlayer.MultiPlayerBeanBeanInfo

public class MultiPlayerBeanBeanInfo
extends SimpleBeanInfo
This class provides explicit java beans information for the MultiPlayerBean


Constructor Index

 o MultiPlayerBeanBeanInfo()

Method Index

 o getBeanDescriptor()
getBeanDescriptor() returns the bean descriptor
 o getDefaultPropertyIndex()
getDefaultPropertyIndex() which property should get the focus on edit
 o getEventSetDescriptors()
getEventDescriptor() returns events generated by the bean
 o getIcon(int)
 o getPropertyDescriptors()
getPropertyDescriptors(): The properties of the MultiPlayerBean.

Constructors

 o MultiPlayerBeanBeanInfo
 public MultiPlayerBeanBeanInfo()

Methods

 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors(): The properties of the MultiPlayerBean.

Returns:
PropertyDescriptor[] : an array of property descriptors
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
getDefaultPropertyIndex() which property should get the focus on edit

Returns:
int : index of the property that should should get focus
Overrides:
getDefaultPropertyIndex in class SimpleBeanInfo
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
getBeanDescriptor() returns the bean descriptor

Returns:
BeanDescriptor : Bean Descriptor
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
getEventDescriptor() returns events generated by the bean

Returns:
EventSetDescriptor : Event Set Descriptor
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int ic)
Overrides:
getIcon in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index