chrriis.dj.nativeswing.swtimpl.components
Class VLCPluginOptions

java.lang.Object
  extended by chrriis.dj.nativeswing.swtimpl.components.VLCPluginOptions

public class VLCPluginOptions
extends Object

The options for the VLC player to better configure the initialization of the VLC plugin.

Author:
Christopher Deckers

Constructor Summary
VLCPluginOptions()
          Construct new VLC options.
 
Method Summary
 Map<String,String> getParameters()
          Get the VLC plugin HTML parameters.
 void setParameters(Map<String,String> keyToValueParameterMap)
          Set the VLC HTML parameters that will be used when the plugin is created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VLCPluginOptions

public VLCPluginOptions()
Construct new VLC options.

Method Detail

getParameters

public Map<String,String> getParameters()
Get the VLC plugin HTML parameters.

Returns:
the parameters.

setParameters

public void setParameters(Map<String,String> keyToValueParameterMap)
Set the VLC HTML parameters that will be used when the plugin is created.

Parameters:
keyToValueParameterMap - the map of key/value pairs.