public class ChannelsSettingsTab extends java.lang.Object implements SettingsTab, ListDropAction
Constructor and Description |
---|
ChannelsSettingsTab()
Create the SettingsTab
|
ChannelsSettingsTab(boolean isWizard) |
Modifier and Type | Method and Description |
---|---|
void |
configChannels()
Display the Config-Channel
|
javax.swing.JPanel |
createSettingsPanel()
Create the SettingsPanel
|
void |
drop(javax.swing.JList source,
javax.swing.JList target,
int n,
boolean move)
The method that is called by the drop event.
|
javax.swing.Icon |
getIcon()
Returns the name of the tab-sheet.
|
java.lang.String |
getTitle()
Returns the title of the tab-sheet.
|
(package private) static void |
saveChannels(java.lang.Object[] list,
boolean autoUpdate) |
void |
saveSettings()
Called by the host-application, if the user wants to save the settings.
|
void |
saveSettingsWithoutDataUpdate() |
protected void |
startTimer()
restart list refresh timer
|
public ChannelsSettingsTab()
public ChannelsSettingsTab(boolean isWizard)
public javax.swing.JPanel createSettingsPanel()
createSettingsPanel
in interface SettingsTab
protected void startTimer()
static void saveChannels(java.lang.Object[] list, boolean autoUpdate)
public void saveSettings()
saveSettings
in interface SettingsTab
public void saveSettingsWithoutDataUpdate()
public javax.swing.Icon getIcon()
getIcon
in interface SettingsTab
public java.lang.String getTitle()
getTitle
in interface SettingsTab
public void configChannels()
public void drop(javax.swing.JList source, javax.swing.JList target, int n, boolean move)
ListDropAction
drop
in interface ListDropAction
source
- The source JList.target
- The target JList.n
- The number of the row to move the entries to.move
- Only move one entry from the source to the target list.TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)