All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.jmf.MultiPlayer.PlayerCustomizer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----com.ibm.jmf.MultiPlayer.CustomizerSupport
                                   |
                                   +----com.ibm.jmf.MultiPlayer.PlayerCustomizer

public abstract class PlayerCustomizer
extends CustomizerSupport
This is an abstract class to customize the MultiPlayer bean.


Constructor Index

 o PlayerCustomizer()

Method Index

 o createColorsPanel()
createColorsPanel(): creates a panel that allows the user to select background and foreground colors
 o createPlayerPanel()
createPlayerPanel(): creates Panel that allows the user to set standard properties a JMF player

Constructors

 o PlayerCustomizer
 public PlayerCustomizer()

Methods

 o createColorsPanel
 public Panel createColorsPanel()
createColorsPanel(): creates a panel that allows the user to select background and foreground colors

Returns:
s Panel - containing the Choice objects for the selections
 o createPlayerPanel
 public Panel createPlayerPanel()
createPlayerPanel(): creates Panel that allows the user to set standard properties a JMF player

Returns:
Panel

All Packages  Class Hierarchy  This Package  Previous  Next  Index