Class sunsoft.jws.visual.rt.shadow.GenericWindowShadow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.shadow.GenericWindowShadow

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.GenericWindowShadow

public class GenericWindowShadow
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
    -----------------------------------------------------------------------
    class           java.lang.String          rt.awt.RootFrame 
    title           java.lang.String          "Generic Window" 
class: the java class (that must be a sub-class of sunsoft.jws.visual.rt.awt.RootFrame and have a null constructor) of a user-written window class. The GenericWindowShadow class can be used for quickly incorporating user's existing windows into a Visual Java GUI.

Check the super class for additional attributes.

See Also:
RootFrame, RootDialog, GenericComponentShadow

Constructor Index

 o GenericWindowShadow()

Method Index

 o createBody()
Creates the AWT component for this shadow.
 o getOnBody(String)
Gets attributes from this shadow's body.
 o registerBody()
Registers newly created shadows.
 o setOnBody(String, Object)
Sets attributes on this shadow's body.
 o useLayoutSize()

Constructors

 o GenericWindowShadow
  public GenericWindowShadow()

Methods

 o useLayoutSize
  protected boolean useLayoutSize()
Overrides:
useLayoutSize in class WindowShadow
 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 createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class WindowShadow
 o registerBody
  protected void registerBody()
Registers newly created shadows.
Overrides:
registerBody in class WindowShadow

All Packages  Class Hierarchy  This Package  Previous  Next  Index