TV-Browser 3.3.3 API

tvbrowser.ui.settings
Class ConfigPluginSettingsTab

java.lang.Object
  extended by tvbrowser.ui.settings.AbstractSettingsTab
      extended by tvbrowser.ui.settings.ConfigPluginSettingsTab
All Implemented Interfaces:
CancelableSettingsTab, SettingsTab

public class ConfigPluginSettingsTab
extends AbstractSettingsTab
implements CancelableSettingsTab


Constructor Summary
ConfigPluginSettingsTab(PluginProxy plugin)
           
 
Method Summary
 void cancel()
          This function gets called if a user presses cancel in the settings dialog
 javax.swing.JPanel createSettingsPanel()
          Creates the settings panel for this tab.
 javax.swing.Icon getIcon()
          Returns the name of the tab-sheet.
 java.lang.String getTitle()
          Returns the title of the tab-sheet.
 void invalidate()
           
 void saveSettings()
          Called by the host-application, if the user wants to save the settings.
 void updatePluginPanel()
           
 
Methods inherited from class tvbrowser.ui.settings.AbstractSettingsTab
createEmptyPanel, getPictureIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigPluginSettingsTab

public ConfigPluginSettingsTab(PluginProxy plugin)
Method Detail

createSettingsPanel

public javax.swing.JPanel createSettingsPanel()
Description copied from interface: SettingsTab
Creates the settings panel for this tab.

Specified by:
createSettingsPanel in interface SettingsTab

invalidate

public void invalidate()

updatePluginPanel

public void updatePluginPanel()

saveSettings

public void saveSettings()
Called by the host-application, if the user wants to save the settings.

Specified by:
saveSettings in interface SettingsTab

getIcon

public javax.swing.Icon getIcon()
Returns the name of the tab-sheet.

Specified by:
getIcon in interface SettingsTab
Overrides:
getIcon in class AbstractSettingsTab

getTitle

public java.lang.String getTitle()
Returns the title of the tab-sheet.

Specified by:
getTitle in interface SettingsTab

cancel

public void cancel()
Description copied from interface: CancelableSettingsTab
This function gets called if a user presses cancel in the settings dialog

Specified by:
cancel in interface CancelableSettingsTab

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)