| Interface | Description |
|---|---|
| PropertyResolver |
Get a property from an object.
|
| Class | Description |
|---|---|
| AbstractBasicPropertyResolver |
Basic implementation for a property resolver.
|
| AutoAdjustRowHeightTable |
Table which can adjust its row heights.
|
| FieldBasedPropertyResolver |
Property based on an object's field.
|
| MethodBasedPropertyResolver |
Property based on a method call.
|
| ReadOnlyPropertyTableModel |
Table model displaying the properties of an object.
|
| Exception | Description |
|---|---|
| PropertyResolveException |
Exception thrown if property resolve failed.
|
| Annotation Type | Description |
|---|---|
| PropertyHide |
Marker interface which hides a possible property in the
ReadOnlyPropertyTableModel. |
| PropertyName |
Annotation allowing to define a property name.
|