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
-
MenuBarShadow()
-
-
add(AttributeManager)
-
-
addChildBody(Shadow)
-
-
createBody()
- Creates the AWT component for this shadow.
-
createChildren()
-
-
destroyChildren()
-
-
getChild(String)
-
-
getChildCount()
-
-
getChildList()
-
-
getOnBody(String)
- Gets attributes from this shadow's body.
-
remove(AttributeManager)
-
-
removeChildBody(Shadow)
-
-
reparentChildren()
-
-
setOnBody(String, Object)
- Sets attributes on this shadow's body.
-
updateContainerAttribute(AttributeManager, String, Object)
-
MenuBarShadow
public MenuBarShadow()
getOnBody
protected Object getOnBody(String key)
- Gets attributes from this shadow's body.
- Overrides:
- getOnBody in class MenuComponentShadow
setOnBody
protected void setOnBody(String key,
Object value)
- Sets attributes on this shadow's body.
- Overrides:
- setOnBody in class MenuComponentShadow
createBody
public void createBody()
- Creates the AWT component for this shadow.
- Overrides:
- createBody in class MenuComponentShadow
add
public void add(AttributeManager child)
remove
public void remove(AttributeManager child)
addChildBody
public void addChildBody(Shadow child)
updateContainerAttribute
public void updateContainerAttribute(AttributeManager child,
String key,
Object value)
removeChildBody
public void removeChildBody(Shadow child)
createChildren
public void createChildren()
reparentChildren
public void reparentChildren()
destroyChildren
public void destroyChildren()
getChild
public AttributeManager getChild(String name)
getChildList
public Enumeration getChildList()
getChildCount
public int getChildCount()
All Packages Class Hierarchy This Package Previous Next Index