Class sunsoft.jws.visual.rt.shadow.java.awt.TextAreaShadow
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.shadow.java.awt.TextAreaShadow
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.TextComponentShadow
|
+----sunsoft.jws.visual.rt.shadow.java.awt.TextAreaShadow
- public class TextAreaShadow
- extends TextComponentShadow
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
-----------------------------------------------------------------------
numColumns java.lang.Integer 10
numRows java.lang.Integer 10
Check the super class for additional attributes.
- See Also:
- TextArea
-
TextAreaShadow()
-
-
createBody()
- Creates the AWT component for this shadow.
-
getOnBody(String)
- Gets attributes from this shadow's body.
-
setOnBody(String, Object)
- Sets attributes on this shadow's body.
TextAreaShadow
public TextAreaShadow()
getOnBody
protected Object getOnBody(String key)
- Gets attributes from this shadow's body.
- Overrides:
- getOnBody in class TextComponentShadow
setOnBody
protected void setOnBody(String key,
Object value)
- Sets attributes on this shadow's body.
- Overrides:
- setOnBody in class TextComponentShadow
createBody
public void createBody()
- Creates the AWT component for this shadow.
- Overrides:
- createBody in class TextComponentShadow
All Packages Class Hierarchy This Package Previous Next Index