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

Class sunsoft.jws.visual.rt.shadow.GBPanelShadow

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.PanelShadow
                                           |
                                           +----sunsoft.jws.visual.rt.shadow.VJPanelShadow
                                                   |
                                                   +----sunsoft.jws.visual.rt.shadow.GBPanelShadow

public class GBPanelShadow
extends VJPanelShadow
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
    -----------------------------------------------------------------------
    none
Check the super class for additional attributes.
See Also:
GBConstraints, VJPanelShadow, PanelShadow

Constructor Index

 o GBPanelShadow()

Method Index

 o createBody()
Creates the AWT component for this shadow.
 o getOnBody(String)
Gets attributes from this shadow's body.
 o layoutMode()
Called when Visual Java switches to layout mode.
 o postCreate()
Called just after this shadow has been created.
 o previewMode()
Called when Visual Java switches to preview mode.
 o registerBody()
Set the runtime flag in registerBody so that subclasses of GBPanelShadow will work properly.
 o setOnBody(String, Object)
Sets attributes on this shadow's body.
 o updateContainerAttribute(AttributeManager, String, Object)

Constructors

 o GBPanelShadow
  public GBPanelShadow()

Methods

 o getOnBody
  protected Object getOnBody(String key)
Gets attributes from this shadow's body.
Overrides:
getOnBody in class VJPanelShadow
 o setOnBody
  protected void setOnBody(String key,
                           Object value)
Sets attributes on this shadow's body.
Overrides:
setOnBody in class VJPanelShadow
 o updateContainerAttribute
  public void updateContainerAttribute(AttributeManager child,
                                       String key,
                                       Object value)
Overrides:
updateContainerAttribute in class ContainerShadow
 o createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class VJPanelShadow
 o postCreate
  protected void postCreate()
Called just after this shadow has been created.
Overrides:
postCreate in class Shadow
 o registerBody
  protected void registerBody()
Set the runtime flag in registerBody so that subclasses of GBPanelShadow will work properly.
Overrides:
registerBody in class Shadow
 o layoutMode
  public void layoutMode()
Called when Visual Java switches to layout mode.
Overrides:
layoutMode in class ContainerShadow
 o previewMode
  public void previewMode()
Called when Visual Java switches to preview mode.
Overrides:
previewMode in class ContainerShadow

All Packages  Class Hierarchy  This Package  Previous  Next  Index