|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.text.Renderable<E>
public abstract class Renderable<E>
Provide a renderable.
Field Summary | |
---|---|
static Renderable<Object> |
ANY |
private static Renderable<?>[] |
renderables . |
Constructor Summary | |
---|---|
Renderable() |
Method Summary | ||
---|---|---|
static
|
getRenderable(Class<I> itemType) |
|
abstract Class<E> |
getType() |
|
abstract Renderer |
renderer(Iterator<E> stream) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Renderable<?>[] renderables
public static Renderable<Object> ANY
Constructor Detail |
---|
public Renderable()
Method Detail |
---|
public static <I> Renderable<? super I> getRenderable(Class<I> itemType)
public abstract Class<E> getType()
public abstract Renderer renderer(Iterator<E> stream)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |