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

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

java.lang.Object
   |
   +----sunsoft.jws.visual.rt.base.AttributeManager
           |
           +----sunsoft.jws.visual.rt.base.Shadow
                   |
                   +----sunsoft.jws.visual.rt.shadow.java.awt.MenuComponentShadow
                           |
                           +----sunsoft.jws.visual.rt.shadow.java.awt.MenuBarShadow

public class MenuBarShadow
extends MenuComponentShadow
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
    -----------------------------------------------------------------------
    helpMenu        rt.type.AMRef             null
Check the super class for additional attributes.
See Also:
MenuBar

Constructor Index

 o MenuBarShadow()

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 getOnBody(String)
Gets attributes from this shadow's body.
 o remove(AttributeManager)
 o removeChildBody(Shadow)
 o reparentChildren()
 o setOnBody(String, Object)
Sets attributes on this shadow's body.
 o updateContainerAttribute(AttributeManager, String, Object)

Constructors

 o MenuBarShadow
  public MenuBarShadow()

Methods

 o getOnBody
  protected Object getOnBody(String key)
Gets attributes from this shadow's body.
Overrides:
getOnBody in class MenuComponentShadow
 o setOnBody
  protected void setOnBody(String key,
                           Object value)
Sets attributes on this shadow's body.
Overrides:
setOnBody in class MenuComponentShadow
 o createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class MenuComponentShadow
 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()

All Packages  Class Hierarchy  This Package  Previous  Next  Index