See: Description
| Class | Description |
|---|---|
| ClassWithSimpleClassNameListCellRenderer |
A
ListCellRenderer that renders Class objects
by showing their Class#getSimpleName. |
| EnumListCellRenderer |
A
ListCellRenderer that renders Enum values
with their name transformed from the constant naming scheme to a
"nicer", camel-case naming: "SOME_ENUM_VALUE" will be
transformed to "Some Enum Value" |
| ObjectAsSimpleClassNameListCellRenderer |
A
ListCellRenderer that renders objects by showing
the Class#getSimpleName of their class. |
Copyright © 2022. All rights reserved.