Class sunsoft.jws.visual.rt.shadow.java.awt.ContainerShadow
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.shadow.java.awt.ContainerShadow
java.lang.Object
|
+----sunsoft.jws.visual.rt.base.AttributeManager
|
+----sunsoft.jws.visual.rt.base.Shadow
|
+----sunsoft.jws.visual.rt.shadow.java.awt.ComponentShadow
|
+----sunsoft.jws.visual.rt.shadow.java.awt.ContainerShadow
- public class ContainerShadow
- extends ComponentShadow
- 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
-----------------------------------------------------------------------
none
Check the super class for additional attributes.
- See Also:
- Container
-
add(AttributeManager)
-
-
addChildBody(Shadow)
-
-
createBody()
- Creates the AWT component for this shadow.
-
createChildren()
-
-
destroyChildren()
-
-
getChild(String)
-
-
getChildCount()
-
-
getChildList()
-
-
layoutMode()
- Called when Visual Java switches to layout mode.
-
preValidate()
- Called after addNotify and before the window is reshaped.
-
previewMode()
- Called when Visual Java switches to preview mode.
-
remove(AttributeManager)
-
-
removeChildBody(Shadow)
-
-
reparentChildren()
-
-
updateContainerAttribute(AttributeManager, String, Object)
-
createBody
public void createBody()
- Creates the AWT component for this shadow.
- Overrides:
- createBody in class ComponentShadow
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()
layoutMode
public void layoutMode()
- Called when Visual Java switches to layout mode.
- Overrides:
- layoutMode in class AttributeManager
previewMode
public void previewMode()
- Called when Visual Java switches to preview mode.
- Overrides:
- previewMode in class AttributeManager
preValidate
public void preValidate()
- Called after addNotify and before the window is reshaped.
- Overrides:
- preValidate in class AttributeManager
All Packages Class Hierarchy This Package Previous Next Index