Class sunsoft.jws.visual.rt.shadow.java.awt.DialogShadow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.shadow.java.awt.DialogShadow

java.lang.Object
   |
   +----sunsoft.jws.visual.rt.base.AttributeManager
           |
           +----sunsoft.jws.visual.rt.base.Shadow
                   |
                   +----sunsoft.jws.visual.rt.shadow.java.awt.ComponentShadow
                           |
                           +----sunsoft.jws.visual.rt.shadow.java.awt.ContainerShadow
                                   |
                                   +----sunsoft.jws.visual.rt.shadow.java.awt.WindowShadow
                                           |
                                           +----sunsoft.jws.visual.rt.shadow.java.awt.DialogShadow

public class DialogShadow
extends WindowShadow
Wraps an AWT widget. The attributes available for this class are listed below. In the type column, type names beginning with "sunsoft.jws.visual.rt" have been abbreviated to begin with "rt".
    name            type                      default value
    -----------------------------------------------------------------------
    frame           rt.type.AMRef             null
    modal           java.lang.Boolean         false 
    resizable       java.lang.Boolean         true 
    title           java.lang.String          "Unnamed Dialog" 
modal: when set to true, the dialog's presence (its being visible) keeps the user from doing anything else in the generated application until the dialog is popped down.

Check the super class for additional attributes.

See Also:
Dialog

Variable Index

 o dialogFrame

Constructor Index

 o DialogShadow()

Method Index

 o addChildBody(Shadow)
 o create()
Creates this shadow.
 o createBody()
Creates the AWT component for this shadow.
 o getFrame()
 o getOnBody(String)
Gets attributes from this shadow's body.
 o setOnBody(String, Object)
Sets attributes on this shadow's body.
 o showComponent()
Shows the component.

Variables

 o dialogFrame
  protected Frame dialogFrame

Constructors

 o DialogShadow
  public DialogShadow()

Methods

 o getOnBody
  protected Object getOnBody(String key)
Gets attributes from this shadow's body.
Overrides:
getOnBody in class WindowShadow
 o setOnBody
  protected void setOnBody(String key,
                           Object value)
Sets attributes on this shadow's body.
Overrides:
setOnBody in class WindowShadow
 o create
  public void create()
Creates this shadow.
Overrides:
create in class Shadow
 o createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class WindowShadow
 o showComponent
  public void showComponent()
Shows the component.
Overrides:
showComponent in class WindowShadow
 o getFrame
  protected Frame getFrame()
 o addChildBody
  public void addChildBody(Shadow child)
Overrides:
addChildBody in class ContainerShadow

All Packages  Class Hierarchy  This Package  Previous  Next  Index