com.limegroup.gnutella.gui.options.panes
Class VideoPlayerPaneItem

java.lang.Object
  extended bycom.limegroup.gnutella.gui.options.panes.AbstractPaneItem
      extended bycom.limegroup.gnutella.gui.options.panes.VideoPlayerPaneItem
All Implemented Interfaces:
PaneItem

public class VideoPlayerPaneItem
extends AbstractPaneItem

This class defines the panel in the options window that allows the user to select the default video behavior.


Field Summary
 
Fields inherited from class com.limegroup.gnutella.gui.options.panes.AbstractPaneItem
MEDIATOR
 
Constructor Summary
VideoPlayerPaneItem(java.lang.String key)
          Creates new VideoPlayerOptionsPaneItem
 
Method Summary
 void applyOptions()
          Applies the options currently set in this PaneItem.
 void initOptions()
          Sets the options for the fields in this PaneItem when the window is shown.
 
Methods inherited from class com.limegroup.gnutella.gui.options.panes.AbstractPaneItem
add, getContainer, getHorizontalSeparator, getVerticalSeparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoPlayerPaneItem

public VideoPlayerPaneItem(java.lang.String key)
Creates new VideoPlayerOptionsPaneItem

Parameters:
key - the key for this AbstractPaneItem that the superclass uses to generate locale-specific keys
Method Detail

applyOptions

public void applyOptions()
                  throws java.io.IOException
Applies the options currently set in this PaneItem.

Specified by:
applyOptions in interface PaneItem
Specified by:
applyOptions in class AbstractPaneItem
Throws:
java.io.IOException - if the options could not be fully applied

initOptions

public void initOptions()
Sets the options for the fields in this PaneItem when the window is shown.

Specified by:
initOptions in interface PaneItem
Specified by:
initOptions in class AbstractPaneItem