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

Class sunsoft.jws.visual.rt.shadow.VJPanelShadow

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

public class VJPanelShadow
extends PanelShadow
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
    -----------------------------------------------------------------------
    borderLabel     java.lang.String           null
    borderLabelAlignment rt.type.AlignmentEnum left
    borderRelief    rt.type.ReliefEnum         flat 
    borderWidth     java.lang.Integer          2 
borderLabel: a recently added new feature: panels can have bevelled borders and a labelin the top line somewhere, borderLabel is the text of the label. When null, there is no label.

borderLabelAlignment: either "left", "center", or "right", determines where on the top bevel line the label goes.

borderRelief: There are a number of different border drawing styles available for panels, and the user can see what they look like by trying them out: "flat", "raised", "sunken", "ridge", "groove", "win95 raised", "win95 sunken", "win95 field border", "win95 window border"

borderWidth: the number of pixels wide the border will be drawn

Check the super class for additional attributes.

See Also:
VJPanel

Constructor Index

 o VJPanelShadow()

Method Index

 o createBody()
Creates the AWT component for this shadow.
 o getOnBody(String)
Gets attributes from this shadow's body.
 o setOnBody(String, Object)
Sets attributes on this shadow's body.

Constructors

 o VJPanelShadow
  public VJPanelShadow()

Methods

 o createBody
  public void createBody()
Creates the AWT component for this shadow.
Overrides:
createBody in class PanelShadow
 o getOnBody
  protected Object getOnBody(String key)
Gets attributes from this shadow's body.
Overrides:
getOnBody in class PanelShadow
 o setOnBody
  protected void setOnBody(String key,
                           Object value)
Sets attributes on this shadow's body.
Overrides:
setOnBody in class PanelShadow

All Packages  Class Hierarchy  This Package  Previous  Next  Index