All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.awt.frame.editor.MultiMainAction

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

public class MultiMainAction
extends MainAction

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

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

Variable Index

 o multiTextEditor
The associated MultiTextEditor.

Constructor Index

 o MultiMainAction(MultiTextEditor)
The constructor (includes all the necessary addActionListener()).

Variables

 o multiTextEditor
 protected MultiTextEditor multiTextEditor
The associated MultiTextEditor.

Constructors

 o MultiMainAction
 public MultiMainAction(MultiTextEditor mte)
The constructor (includes all the necessary addActionListener()).

See Also:
addActionListener

All Packages  Class Hierarchy  This Package  Previous  Next  Index