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

Class Viewer.GUI.TextDialog

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

public class TextDialog
extends Dialog
This class contains the widgets for creating a new PresentationStateTextObject instance.

Author:
Klaus Kleber
Since:
30.04.1999

Variable Index

 o isAnchorCheckbox
Checkbox for an new anchor point.
 o isAnchorDisplayRelativeCheckbox
Checkbox for image/display relative anchor point.
 o isAnchorVisibleCheckbox
Checkbox for visible/unvisible anchorpoint.
 o isBothCheckbox
Checkbox for a new anchor point and a new bounding box.
 o isBoundingCheckbox
Checkbox for a new bounding box.
 o isBoxDisplayRelativeCheckbox
Checkbox for image/display relative bounding box.
 o nameTextField
Contains the text of the PresentationStateTextObject.

Constructor Index

 o Viewer.GUI.TextDialog(Frame, String, boolean, ScreenImageHandler)
Construct a new Object.

Method Index

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

Variables

 o isAnchorCheckbox
public java.awt.Checkbox isAnchorCheckbox
Checkbox for an new anchor point.

Since: 30.04.1999
 o isAnchorDisplayRelativeCheckbox
public java.awt.Checkbox isAnchorDisplayRelativeCheckbox
Checkbox for image/display relative anchor point.

Since: 30.04.1999
 o isAnchorVisibleCheckbox
public java.awt.Checkbox isAnchorVisibleCheckbox
Checkbox for visible/unvisible anchorpoint.

Since: 30.04.1999
 o isBothCheckbox
public java.awt.Checkbox isBothCheckbox
Checkbox for a new anchor point and a new bounding box.

Since: 30.04.1999
 o isBoundingCheckbox
public java.awt.Checkbox isBoundingCheckbox
Checkbox for a new bounding box.

Since: 30.04.1999
 o isBoxDisplayRelativeCheckbox
public java.awt.Checkbox isBoxDisplayRelativeCheckbox
Checkbox for image/display relative bounding box.

Since: 30.04.1999
 o nameTextField
public java.awt.TextField nameTextField
Contains the text of the PresentationStateTextObject.

Since: 30.04.1999

Constructors

 o TextDialog
public TextDialog(Frame parent,
                  String title,
                  boolean modal,
                  ScreenImageHandler screenImageHandler)
Construct a new Object.

Parameters:
parent - Contains the parent of this Dialog
title - Contains the title of this Dialog.
modal - true, if dialog should be modal.
screenImageHandler - Contains the current ScreenImageHandler
Since:
30.04.1999

Methods

 o addNotify
public void addNotify()

Overrides:
addNotify in class Dialog
Since:
30.04.1999
 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.04.1999
See Also:
isVisible

All Packages  Class Hierarchy  This Package  Previous  Next  Index