Class Viewer.GUI.EditTextDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Viewer.GUI.EditTextDialog

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Dialog
                                   |
                                   +----Viewer.GUI.EditTextDialog

public class EditTextDialog
extends Dialog
This class contains the GUI for editing text annotaions

Author:
Klaus Kleber
Since:
30.04.1999

Variable Index

 o nameTextField
Contains the text.
 o text

Constructor Index

 o Viewer.GUI.EditTextDialog(Frame, String, boolean, ScreenImageHandler, PresentationStateTextObject)
Constructor.

Method Index

 o addNotify()
 o setVisible(boolean)
Shows or hides the component depending on the boolean flag b.

Variables

 o nameTextField
public java.awt.TextField nameTextField
Contains the text.

Since: 30.03.99
 o text
public Viewer.Presentation.PresentationStateTextObject text

Since: 30.03.99

Constructors

 o EditTextDialog
public EditTextDialog(Frame parent,
                      String title,
                      boolean modal,
                      ScreenImageHandler screenImageHandler,
                      PresentationStateTextObject text)
Constructor.

Parameters:
parent - Parent Frame of this Diolog
title - Title of this dialog
modal - contains true if this dialog is modal.
screenImageHandler - Contains the curren ScreenImageHandler.
text - Text which should be edit.
Since:
30.03.99

Methods

 o addNotify
public void addNotify()

Overrides:
addNotify in class Dialog
Since:
30.03.99
 o setVisible
public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component
Overrides:
setVisible in class Component
Since:
30.03.99
See Also:
isVisible

All Packages  Class Hierarchy  This Package  Previous  Next  Index