|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object chrriis.dj.nativeswing.swtimpl.components.VLCPluginOptions
public class VLCPluginOptions
The options for the VLC player to better configure the initialization of the VLC plugin.
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 |
---|
public VLCPluginOptions()
Method Detail |
---|
public Map<String,String> getParameters()
public void setParameters(Map<String,String> keyToValueParameterMap)
keyToValueParameterMap
- the map of key/value pairs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |