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

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

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

public class ContainerShadow
extends ComponentShadow
implements AMContainer
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:
Container

Method Index

 o add(AttributeManager)
 o addChildBody(Shadow)
 o createBody()
Creates the AWT component for this shadow.
 o createChildren()
 o destroyChildren()
 o getChild(String)
 o getChildCount()
 o getChildList()
 o layoutMode()
Called when Visual Java switches to layout mode.
 o preValidate()
Called after addNotify and before the window is reshaped.
 o previewMode()
Called when Visual Java switches to preview mode.
 o remove(AttributeManager)
 o removeChildBody(Shadow)
 o reparentChildren()
 o updateContainerAttribute(AttributeManager, String, Object)

Methods

 o createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class ComponentShadow
 o add
  public void add(AttributeManager child)
 o remove
  public void remove(AttributeManager child)
 o addChildBody
  public void addChildBody(Shadow child)
 o updateContainerAttribute
  public void updateContainerAttribute(AttributeManager child,
                                       String key,
                                       Object value)
 o removeChildBody
  public void removeChildBody(Shadow child)
 o createChildren
  public void createChildren()
 o reparentChildren
  public void reparentChildren()
 o destroyChildren
  public void destroyChildren()
 o getChild
  public AttributeManager getChild(String name)
 o getChildList
  public Enumeration getChildList()
 o getChildCount
  public int getChildCount()
 o layoutMode
  public void layoutMode()
Called when Visual Java switches to layout mode.
Overrides:
layoutMode in class AttributeManager
 o previewMode
  public void previewMode()
Called when Visual Java switches to preview mode.
Overrides:
previewMode in class AttributeManager
 o preValidate
  public void preValidate()
Called after addNotify and before the window is reshaped.
Overrides:
preValidate in class AttributeManager

All Packages  Class Hierarchy  This Package  Previous  Next  Index