RiverRat  - An MIT iCampus project http://web.mit.edu/riverrat/

Main Page | Software Documentation | Hardware Documentation | People | Contact | Wiki

Main Page | Class Hierarchy | Class List | File List | Class Members

riverrat.RiverRatDemo.ViewMenu Class Reference

Finished prototype - This class encloses the View Menu, and makes it easier to add different menus to the application. More...

List of all members.

Public Member Functions

 ViewMenu (ActionListener al)
 The sole Constructor.


Detailed Description

Finished prototype - This class encloses the View Menu, and makes it easier to add different menus to the application.

To add a new menu, just use this template.

Definition at line 172 of file RiverRatDemo.java.


Constructor & Destructor Documentation

riverrat.RiverRatDemo.ViewMenu.ViewMenu ActionListener  al  ) 
 

The sole Constructor.

Takes an ActionListener as an argument, so that the ActionListener may be set to the parent class.

Parameters:
al ActionListener to describe where Actions are sent to for this menu

Definition at line 179 of file RiverRatDemo.java.


The documentation for this class was generated from the following file:  

Brought to you by the RiverRat team.