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
-
nameTextField
- Contains the text.
-
text
-
-
Viewer.GUI.EditTextDialog(Frame, String, boolean, ScreenImageHandler, PresentationStateTextObject)
- Constructor.
-
addNotify()
-
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
nameTextField
public java.awt.TextField nameTextField
- Contains the text.
- Since:
30.03.99
text
public Viewer.Presentation.PresentationStateTextObject text
-
- Since:
30.03.99
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
addNotify
public void addNotify()
-
- Overrides:
- addNotify in class Dialog
- Since:
- 30.03.99
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