Interface sunsoft.jws.visual.rt.base.AMContainer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sunsoft.jws.visual.rt.base.AMContainer

public interface AMContainer
extends Object
Interface that must be implemented by the containers in shadow trees.

Method Index

 o add(AttributeManager)
 o addChildBody(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)

Methods

 o add
  public abstract void add(AttributeManager child)
 o remove
  public abstract void remove(AttributeManager child)
 o addChildBody
  public abstract void addChildBody(Shadow child)
 o updateContainerAttribute
  public abstract void updateContainerAttribute(AttributeManager child,
                                                String key,
                                                Object value)
 o removeChildBody
  public abstract void removeChildBody(Shadow child)
 o createChildren
  public abstract void createChildren()
 o destroyChildren
  public abstract void destroyChildren()
 o getChild
  public abstract AttributeManager getChild(String name)
 o getChildList
  public abstract Enumeration getChildList()
 o getChildCount
  public abstract int getChildCount()
 o reparentChildren
  public abstract void reparentChildren()

All Packages  Class Hierarchy  This Package  Previous  Next  Index