Class sunsoft.jws.visual.rt.shadow.BorderPanelShadow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.shadow.BorderPanelShadow

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.BorderPanelShadow

public class BorderPanelShadow
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
    -----------------------------------------------------------------------
    useCenter       java.lang.Boolean         true 
    useEast         java.lang.Boolean         true 
    useNorth        java.lang.Boolean         true 
    useSouth        java.lang.Boolean         true 
    useWest         java.lang.Boolean         true 
The attributes for this class allow you to select which of the five border panel cells are going to be used. When you set them to false, whatever was in that cell is deleted and the cell will no longer appear in the border layout for use in arranging components.

Check the super class for additional attributes.

See Also:
BorderLayout

Constructor Index

 o BorderPanelShadow()

Method Index

 o createBody()
Creates the AWT component for this shadow.
 o getOnBody(String)
Gets attributes from this shadow's body.
 o postCreate()
Called just after this shadow has been created.
 o setOnBody(String, Object)
Sets attributes on this shadow's body.
 o updateContainerAttribute(AttributeManager, String, Object)

Constructors

 o BorderPanelShadow
  public BorderPanelShadow()

Methods

 o getOnBody
  protected Object getOnBody(String key)
Gets attributes from this shadow's body.
Overrides:
getOnBody in class VJPanelShadow
 o setOnBody
  protected void setOnBody(String key,
                           Object value)
Sets attributes on this shadow's body.
Overrides:
setOnBody in class VJPanelShadow
 o updateContainerAttribute
  public void updateContainerAttribute(AttributeManager child,
                                       String key,
                                       Object value)
Overrides:
updateContainerAttribute in class ContainerShadow
 o createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class VJPanelShadow
 o postCreate
  protected void postCreate()
Called just after this shadow has been created.
Overrides:
postCreate in class Shadow

All Packages  Class Hierarchy  This Package  Previous  Next  Index