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

Variable Index

 o channelList
The reference to awt List object holding the channel list.
 o parentWin
An object reference to the parent window.

Constructor Index

 o ChannelWindow(ChannelSelection, List)
Channel Window constructor.

Method Index

 o close()
The Channel Window close method.

Variables

 o channelList
 protected List channelList
The reference to awt List object holding the channel list.

 o parentWin
 protected ChannelSelection parentWin
An object reference to the parent window.

Constructors

 o 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.

Methods

 o close
 public void close()
The Channel Window close method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index