All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class spill.STBMainAction

java.lang.Object
   |
   +----tea.awt.event.ActionManager
           |
           +----tea.awt.frame.editor.MainAction
                   |
                   +----tea.awt.frame.editor.MultiMainAction
                           |
                           +----spill.STBMainAction

public class STBMainAction
extends MultiMainAction

This is a class used to build an implementation of ActionManager explicitely written for the SpillTheBeans Frame. It adds all the necessary ActionListeners for the actionCommands raised by the SpillTheBeans.

Version:
1.0 beta - 21 June 1997
Author:
Leonardo Boselli
See Also:
SpillTheBeans

Variable Index

 o spillTheBeans
The associated SpillTheBeans.

Constructor Index

 o STBMainAction(SpillTheBeans)
The constructor (includes all the necessary addActionListener()).

Variables

 o spillTheBeans
 protected SpillTheBeans spillTheBeans
The associated SpillTheBeans.

Constructors

 o STBMainAction
 public STBMainAction(SpillTheBeans stb)
The constructor (includes all the necessary addActionListener()).

See Also:
addActionListener

All Packages  Class Hierarchy  This Package  Previous  Next  Index