public class ChannelsSettingsTab extends Object implements SettingsTab, ListDropAction
Modifier and Type | Field and Description |
---|---|
static Localizer |
mLocalizer
Translation
|
Constructor and Description |
---|
ChannelsSettingsTab()
Create the SettingsTab
|
Modifier and Type | Method and Description |
---|---|
void |
configChannels()
Display the Config-Channel
|
JPanel |
createSettingsPanel()
Create the SettingsPanel
|
void |
drop(JList source,
JList target,
int n,
boolean move)
The method that is called by the drop event.
|
Icon |
getIcon()
Returns the name of the tab-sheet.
|
String |
getTitle()
Returns the title of the tab-sheet.
|
void |
saveSettings()
Called by the host-application, if the user wants to save the settings.
|
void |
saveSettingsWithoutDataUpdate() |
public static final Localizer mLocalizer
public JPanel createSettingsPanel()
createSettingsPanel
in interface SettingsTab
public void saveSettings()
saveSettings
in interface SettingsTab
public void saveSettingsWithoutDataUpdate()
public Icon getIcon()
getIcon
in interface SettingsTab
public String getTitle()
getTitle
in interface SettingsTab
public void configChannels()
public void drop(JList source, 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 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)