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

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

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.MenuItemShadow
                                   |
                                   +----sunsoft.jws.visual.rt.shadow.java.awt.MenuShadow

public class MenuShadow
extends MenuItemShadow
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
    -----------------------------------------------------------------------
    canTearOff      java.lang.Boolean         true 
  + text            java.lang.String          menu 
+ = this attribute overrides one inherited from an ancestor class.

Check the super class for additional attributes.

See Also:
Menu

Constructor Index

 o MenuShadow()

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 remove(AttributeManager)
 o removeChildBody(Shadow)
 o reparentChildren()
 o updateContainerAttribute(AttributeManager, String, Object)

Constructors

 o MenuShadow
  public MenuShadow()

Methods

 o createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class MenuItemShadow
 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