|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbase.StationsList
public class StationsList
The StationsList provides functionality to manage a complete list of TV stations that is available for the main application
| Field Summary | |
|---|---|
Vector<StationInfo> |
stations
|
| Constructor Summary | |
|---|---|
StationsList()
|
|
| Method Summary | |
|---|---|
void |
downloadStationLogos()
This method is executed whenever new stations have been scanned or whenever the name of a station has been changed by the user. |
String |
getChannel(RecordInfo info)
This method is used by the recording mechanism. |
void |
presort()
This method is called after the main application scanned for new TV stations. |
void |
set(DefaultListModel list)
This method replaces the current list of stations by a new one. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Vector<StationInfo> stations
| Constructor Detail |
|---|
public StationsList()
| Method Detail |
|---|
public void presort()
public void downloadStationLogos()
public void set(DefaultListModel list)
list - the new list of TV stations that has to be managed by this objectpublic String getChannel(RecordInfo info)
info - the RecordInfo object that contains the schedule data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||