DataRenderer
-framework, which e.g. allows to
share implementations across different types of cells.See: Description
Interface | Description |
---|---|
DataRenderer<T> |
A renderer, which knows how to render some data independent of the control type.
|
Class | Description |
---|---|
AbstractDataRenderer<T> |
An abstract base implementation of
DataRenderer . |
FormatterDataRenderer<T> |
A
DataRenderer implementation which uses a Formatter to get a
text representation of the item to render. |
LocalizerRenderer<T> |
A
DataRenderer implementation which uses a Localizer to get a
text representation of the items to render. |
ObjectRenderer |
A
DataRenderer implementation which uses a Object.toString()
to get a text representation of the item to render. |
WholeNumberRenderer<T extends Number & Comparable<T>> |
A
DataRenderer for whole numbers. |
DataRenderer
-framework, which e.g. allows to
share implementations across different types of cells.RenderedListCellFactory
Copyright © 2012–2019 Drombler. All rights reserved.