chrriis.dj.nativeswing.swtimpl.components
Interface JFlashPlayer.FlashPlayerDecoratorFactory

Enclosing class:
JFlashPlayer

public static interface JFlashPlayer.FlashPlayerDecoratorFactory

A factory that creates the decorators for flash players.

Author:
Christopher Deckers

Method Summary
 FlashPlayerDecorator createFlashPlayerDecorator(JFlashPlayer flashPlayer, Component renderingComponent)
          Create the decorator for a flash player, which adds the rendering component to its component hierarchy and will itself be added to the flash player.
 

Method Detail

createFlashPlayerDecorator

FlashPlayerDecorator createFlashPlayerDecorator(JFlashPlayer flashPlayer,
                                                Component renderingComponent)
Create the decorator for a flash player, which adds the rendering component to its component hierarchy and will itself be added to the flash player.

Parameters:
flashPlayer - the flash player for which to create the decorator.
renderingComponent - the component that renders the flash player's content.
Returns:
the decorator.