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
-
Viewer.Controller.EditTextDialogEventController(ScreenImageHandler, EditTextDialog)
- Constructs a new object
-
actionPerformed(ActionEvent)
- Handles the ActionEvents.
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
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