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
-
isAnchorCheckbox
- Checkbox for an new anchor point.
-
isAnchorDisplayRelativeCheckbox
- Checkbox for image/display relative anchor point.
-
isAnchorVisibleCheckbox
- Checkbox for visible/unvisible anchorpoint.
-
isBothCheckbox
- Checkbox for a new anchor point and a new bounding box.
-
isBoundingCheckbox
- Checkbox for a new bounding box.
-
isBoxDisplayRelativeCheckbox
- Checkbox for image/display relative bounding box.
-
nameTextField
- Contains the text of the PresentationStateTextObject.
-
Viewer.GUI.TextDialog(Frame, String, boolean, ScreenImageHandler)
- Construct a new Object.
-
addNotify()
-
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
isAnchorCheckbox
public java.awt.Checkbox isAnchorCheckbox
- Checkbox for an new anchor point.
- Since:
30.04.1999
isAnchorDisplayRelativeCheckbox
public java.awt.Checkbox isAnchorDisplayRelativeCheckbox
- Checkbox for image/display relative anchor point.
- Since:
30.04.1999
isAnchorVisibleCheckbox
public java.awt.Checkbox isAnchorVisibleCheckbox
- Checkbox for visible/unvisible anchorpoint.
- Since:
30.04.1999
isBothCheckbox
public java.awt.Checkbox isBothCheckbox
- Checkbox for a new anchor point and a new bounding box.
- Since:
30.04.1999
isBoundingCheckbox
public java.awt.Checkbox isBoundingCheckbox
- Checkbox for a new bounding box.
- Since:
30.04.1999
isBoxDisplayRelativeCheckbox
public java.awt.Checkbox isBoxDisplayRelativeCheckbox
- Checkbox for image/display relative bounding box.
- Since:
30.04.1999
nameTextField
public java.awt.TextField nameTextField
- Contains the text of the PresentationStateTextObject.
- Since:
30.04.1999
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
addNotify
public void addNotify()
-
- Overrides:
- addNotify in class Dialog
- Since:
- 30.04.1999
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