All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.awt.frame.editor.MainAction

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

public class MainAction
extends ActionManager

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

Version:
1.0 beta - 31 May 1997
Author:
Leonardo Boselli
See Also:
TextEditor

Variable Index

 o textEditor
The associated TextEditor.

Constructor Index

 o MainAction(TextEditor)
The constructor (includes all the necessary addActionListener()).

Variables

 o textEditor
 protected TextEditor textEditor
The associated TextEditor.

Constructors

 o MainAction
 public MainAction(TextEditor te)
The constructor (includes all the necessary addActionListener()).

See Also:
addActionListener

All Packages  Class Hierarchy  This Package  Previous  Next  Index