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
-
Viewer.Controller.TextDialogEventController(ScreenImageHandler, TextDialog)
- Constructs a new object.
-
actionPerformed(ActionEvent)
- Handles the ActionEvent fired from a TextDialog object.
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
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