Class Viewer.Controller.TextDialogEventController
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Viewer.Controller.TextDialogEventController

Object
   |
   +----Viewer.Controller.TextDialogEventController

public class TextDialogEventController
extends Object
implements ActionListener
This class handles the Events fired form the class TextDialog.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
TextDialog

Constructor Index

 o Viewer.Controller.TextDialogEventController(ScreenImageHandler, TextDialog)
Constructs a new object.

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvent fired from a TextDialog object.

Constructors

 o TextDialogEventController
public TextDialogEventController(ScreenImageHandler screenImageHandler,
                                 TextDialog textDialog)
Constructs a new object.

Parameters:
screenImageHandler - Controller class.
textDialog - GUI class which fires the events.
Since:
30.04.1999

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)
Handles the ActionEvent fired from a TextDialog object. Receiving an ActionEvent fired from the OKButton results in a new PresentationStateTextObejct. Receiving an ActionEvent fired from the OKButton results in closiing the TextDialog.

Parameters:
e - ActionEvent.
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index