|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbase.StationInfo
public class StationInfo
This is a storage class for a TV station as scanned by the appropriate station scanning information. One object of this type stores the data for exactly one TV station
| Field Summary | |
|---|---|
String |
channel
|
JComponent |
custom
the name of the TV station and the name for the channel that has to be switched to recevie this station |
JComponent |
custom2
the name of the TV station and the name for the channel that has to be switched to recevie this station |
String |
name
|
| Constructor Summary | |
|---|---|
StationInfo()
The default constructor |
|
StationInfo(String name,
String channel)
Constructor for a storage object of type StationInfo |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public String channel
public JComponent custom
public JComponent custom2
| Constructor Detail |
|---|
public StationInfo()
public StationInfo(String name,
String channel)
name - a human-readable name for the TV stationchannel - a channel identifier as it is used by the TV-card to turn on the correct station
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||