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

Class Viewer.Controller.EditTextDialogEventController

Object
   |
   +----Viewer.Controller.EditTextDialogEventController

public class EditTextDialogEventController
extends Object
implements ActionListener
This class contains the listeners for the class GUI.EditTextDialog

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
EditTextDialog

Constructor Index

 o Viewer.Controller.EditTextDialogEventController(ScreenImageHandler, EditTextDialog)
Constructs a new object

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvents.

Constructors

 o EditTextDialogEventController
public EditTextDialogEventController(ScreenImageHandler screenImageHandler,
                                     EditTextDialog editTextDialog)
Constructs a new object

Parameters:
screenImageHandler - Contains the current ScreenImageHandler
editTextDialog - Contains the editing EditTextDialog.
Since:
30.04.1999

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)
Handles the ActionEvents. If the ok Button is pressed the action results in changing the text of a PresentationStateTextObject.

Parameters:
e - Action Event
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index