Public Member Functions | |
| AttrGroup () | |
| Construct a AttrGroup with the title "Attributes". | |
| AttrGroup (String title) | |
| Construct a group with the specified title. | |
| void | add (ROIntegerAttr attr) |
| Add a read only int attribute to this attribute group. | |
Protected Member Functions | |
| void | addRow (String descr, JComponent view) |
Protected Attributes | |
| GridBagLayout | gridbag = new GridBagLayout() |
| GridBagConstraints | constraints = new GridBagConstraints() |
The group has a title that is shown in a border.
|
|
Construct a group with the specified title.
set initial layout settings |
|
|
Add a read only int attribute to this attribute group. This constructs the correct view and adds a label showing the attribute name. |
1.3.7