Interface | Description |
---|---|
NiceListActionListener |
Interface for notification of list action events.
|
Class | Description |
---|---|
NiceList |
A custom JList implementation.
|
NiceListActionEvent |
Information about a list action event.
|
NiceListRenderer<T> |
A custom list cell renderer that displays a multi row list item with a gradient selection highlight and several attributes: a
checkbox that can be selected or deselected. a title that is rendered at the top of the item in bold. a description that is rendered under the title. a secondary description that is optionally rendered under the description. a hyperlink that can send action events when used in conjunction with NiceList . an indicator icon. an image an image that is placed at the right side of the title and description. Generally, this renderer is designed to be used in conjunction with NiceList . |
Enum | Description |
---|---|
NiceListActionEvent.Type |
An enum type for the event kind.
|