|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.ui.settings.ChannelsSettingsTab
public class ChannelsSettingsTab
This Class represents the Channel-Settings-Tab
Constructor Summary | |
---|---|
ChannelsSettingsTab()
Create the SettingsTab |
Method Summary | |
---|---|
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. |
void |
saveSettings()
Called by the host-application, if the user wants to save the settings. |
void |
saveSettingsWithoutDataUpdate()
|
protected void |
startTimer()
restart list refresh timer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelsSettingsTab()
Method Detail |
---|
public javax.swing.JPanel createSettingsPanel()
createSettingsPanel
in interface SettingsTab
protected void startTimer()
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.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |