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
-
MultiPlayerBeanBeanInfo()
-
-
getBeanDescriptor()
- getBeanDescriptor()
returns the bean descriptor
-
getDefaultPropertyIndex()
- getDefaultPropertyIndex()
which property should get the focus on edit
-
getEventSetDescriptors()
- getEventDescriptor()
returns events generated by the bean
-
getIcon(int)
-
-
getPropertyDescriptors()
- getPropertyDescriptors():
The properties of the MultiPlayerBean.
MultiPlayerBeanBeanInfo
public MultiPlayerBeanBeanInfo()
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- getPropertyDescriptors():
The properties of the MultiPlayerBean.
- Returns:
- PropertyDescriptor[] : an array of property descriptors
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
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
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- getBeanDescriptor()
returns the bean descriptor
- Returns:
- BeanDescriptor : Bean Descriptor
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- getEventDescriptor()
returns events generated by the bean
- Returns:
- EventSetDescriptor : Event Set Descriptor
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getIcon
public Image getIcon(int ic)
- Overrides:
- getIcon in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index