All Packages Class Hierarchy This Package Previous Next Index
Class calypso.clients.tv.ChannelWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----calypso.clients.tv.ChannelWindow
- public class ChannelWindow
- extends Frame
Class for window showing the channel list.
- Author:
- Olli-Pekka Auvinen / TCM laboratory / HUT
- See Also:
- ChannelSelection
-
channelList
- The reference to awt List object holding the channel list.
-
parentWin
- An object reference to the parent window.
-
ChannelWindow(ChannelSelection, List)
- Channel Window constructor.
-
close()
- The Channel Window close method.
channelList
protected List channelList
- The reference to awt List object holding the channel list.
parentWin
protected ChannelSelection parentWin
- An object reference to the parent window.
ChannelWindow
public ChannelWindow(ChannelSelection parentWin_,
List channelList_)
- Channel Window constructor.
- Parameters:
- parentWin_ - Instance of the main window object.
- channelList_ - The List instance containing watchable channels.
close
public void close()
- The Channel Window close method.
All Packages Class Hierarchy This Package Previous Next Index