chrriis.dj.nativeswing.swtimpl.components
Interface JVLCPlayer.VLCPlayerDecoratorFactory

Enclosing class:
JVLCPlayer

public static interface JVLCPlayer.VLCPlayerDecoratorFactory

A factory that creates the decorators for VLC players.

Author:
Christopher Deckers

Method Summary
 VLCPlayerDecorator createVLCPlayerDecorator(JVLCPlayer vlcPlayer, Component renderingComponent)
          Create the decorator for a VLC player, which adds the rendering component to its component hierarchy and will itself be added to the VLC player.
 

Method Detail

createVLCPlayerDecorator

VLCPlayerDecorator createVLCPlayerDecorator(JVLCPlayer vlcPlayer,
                                            Component renderingComponent)
Create the decorator for a VLC player, which adds the rendering component to its component hierarchy and will itself be added to the VLC player.

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