public abstract class Renderable<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
static Renderable<Object> |
ANY |
private static Renderable<?>[] |
renderables
.
|
| Constructor and Description |
|---|
Renderable() |
| Modifier and Type | Method and Description |
|---|---|
static <I> Renderable<? super I> |
getRenderable(Class<I> itemType) |
abstract Class<E> |
getType() |
abstract Renderer |
renderer(Iterator<E> stream) |
private static final Renderable<?>[] renderables
public static Renderable<Object> ANY
public Renderable()
public static <I> Renderable<? super I> getRenderable(Class<I> itemType)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.