Java Gui Builder |
|
You are here: | Home > Documentation > JGB Elements Documentation > Parameter Element |
Group membership: Property & method calls
Describes a parameter to a method call or a constructor. The parameter's class is derived from the child used.
Name | Type | Required | Description |
---|---|---|---|
name | CDATA | No |
Optional name of the parameter. This is for information purposes only. JGB does not use the value of this attribute. |
<object id="tableModel" class="javax.swing.DefaultTableModel"> <constructor> <parameter name="columns"> <value type="int" data="4"/> </parameter> <parameter name="rows"> <value type="int" data="20"/> </parameter> </constructor> </object>
Hosted on SourceForge.net |
Valid XHTML 1.0 ! |
Valid CSS ! |
Code Coverage provided by Clover |