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

Class sunsoft.jws.visual.rt.base.NVGroup

java.lang.Object
   |
   +----sunsoft.jws.visual.rt.base.AttributeManager
           |
           +----sunsoft.jws.visual.rt.base.Group
                   |
                   +----sunsoft.jws.visual.rt.base.NVGroup

public class NVGroup
extends Group

Constructor Index

 o NVGroup()

Method Index

 o get(String)
Get the value of a named attribute.
 o initRoot()
initRoot must be overridden in group subclasses to initialize the shadow tree.
 o removeForwardedAttributes()
 o set(String, Object)
Set the value of a named attribute.
 o setParentBody()
 o unsetParentBody()

Constructors

 o NVGroup
  public NVGroup()

Methods

 o get
  public Object get(String key)
Get the value of a named attribute.
Overrides:
get in class Group
 o set
  public void set(String key,
                  Object value)
Set the value of a named attribute.
Overrides:
set in class Group
 o initRoot
  protected Root initRoot()
initRoot must be overridden in group subclasses to initialize the shadow tree.
Overrides:
initRoot in class Group
 o setParentBody
  public void setParentBody()
Overrides:
setParentBody in class Group
 o unsetParentBody
  public void unsetParentBody()
Overrides:
unsetParentBody in class Group
 o removeForwardedAttributes
  protected void removeForwardedAttributes()
Overrides:
removeForwardedAttributes in class Group

All Packages  Class Hierarchy  This Package  Previous  Next  Index