DataRenderer
-framework, which e.g. allows to
share implementations across different types of cells.See: Description
Interface | Description |
---|---|
DataRenderer<T> |
Note: more methods might be added
|
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-2013 Drombler. All Rights Reserved.