Class sunsoft.jws.visual.rt.shadow.GBPanelShadow
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.shadow.GBPanelShadow
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
|
+----sunsoft.jws.visual.rt.shadow.java.awt.PanelShadow
|
+----sunsoft.jws.visual.rt.shadow.VJPanelShadow
|
+----sunsoft.jws.visual.rt.shadow.GBPanelShadow
- public class GBPanelShadow
- extends VJPanelShadow
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:
- GBConstraints, VJPanelShadow, PanelShadow
-
GBPanelShadow()
-
-
createBody()
- Creates the AWT component for this shadow.
-
getOnBody(String)
- Gets attributes from this shadow's body.
-
layoutMode()
- Called when Visual Java switches to layout mode.
-
postCreate()
- Called just after this shadow has been created.
-
previewMode()
- Called when Visual Java switches to preview mode.
-
registerBody()
- Set the runtime flag in registerBody so that subclasses of
GBPanelShadow will work properly.
-
setOnBody(String, Object)
- Sets attributes on this shadow's body.
-
updateContainerAttribute(AttributeManager, String, Object)
-
GBPanelShadow
public GBPanelShadow()
getOnBody
protected Object getOnBody(String key)
- Gets attributes from this shadow's body.
- Overrides:
- getOnBody in class VJPanelShadow
setOnBody
protected void setOnBody(String key,
Object value)
- Sets attributes on this shadow's body.
- Overrides:
- setOnBody in class VJPanelShadow
updateContainerAttribute
public void updateContainerAttribute(AttributeManager child,
String key,
Object value)
- Overrides:
- updateContainerAttribute in class ContainerShadow
createBody
public void createBody()
- Creates the AWT component for this shadow.
- Overrides:
- createBody in class VJPanelShadow
postCreate
protected void postCreate()
- Called just after this shadow has been created.
- Overrides:
- postCreate in class Shadow
registerBody
protected void registerBody()
- Set the runtime flag in registerBody so that subclasses of
GBPanelShadow will work properly.
- Overrides:
- registerBody in class Shadow
layoutMode
public void layoutMode()
- Called when Visual Java switches to layout mode.
- Overrides:
- layoutMode in class ContainerShadow
previewMode
public void previewMode()
- Called when Visual Java switches to preview mode.
- Overrides:
- previewMode in class ContainerShadow
All Packages Class Hierarchy This Package Previous Next Index