All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.awt.dialog.preview.MainAction

java.lang.Object
   |
   +----tea.awt.event.ActionManager
           |
           +----tea.awt.dialog.preview.MainAction

public class MainAction
extends ActionManager

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

Version:
1.0 beta - 07 Jun 1997
Author:
Leonardo Boselli
See Also:
PrintPreview

Variable Index

 o printPreview
The associated PrintPreview.

Constructor Index

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

Variables

 o printPreview
 protected PrintPreview printPreview
The associated PrintPreview.

Constructors

 o MainAction
 public MainAction(PrintPreview pe)
The constructor (includes all the necessary addActionListener()).

See Also:
addActionListener

All Packages  Class Hierarchy  This Package  Previous  Next  Index