All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.media.AudioPlayerBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.beans.samples.media.AudioPlayerBeanInfo
- public class AudioPlayerBeanInfo
- extends SimpleBeanInfo
The AudioPlayerBeanInfo class provides access to the
icons and the customizer for the AudioPlayer class.
- See Also:
- AudioPlayer
-
AudioPlayerBeanInfo()
-
-
getBeanDescriptor()
- Gets a BeanDescriptor with the AudioPlayerCustomizer
as the customizer class.
-
getIcon(int)
- Provides icon representations for the Audio Player.
AudioPlayerBeanInfo
public AudioPlayerBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Gets a BeanDescriptor with the AudioPlayerCustomizer
as the customizer class.
- Returns:
- A BeanDescriptor with an appropriate customizer defined.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getIcon
public Image getIcon(int iconKind)
- Provides icon representations for the Audio Player.
This method is for use by tools such as the BeanBag.
- Parameters:
- iconKind - The desired format for the icon image.
- Returns:
- The image of the requested format.
- Overrides:
- getIcon in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index