org.crsh.display.structure
Class Element

java.lang.Object
  extended by org.crsh.display.structure.Element
Direct Known Subclasses:
LabelElement, TreeElement

public abstract class Element
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Element()
           
 
Method Summary
 void print(DisplayContext context)
           
 void print(PrintStream stream)
           
abstract  void print(PrintWriter printer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Method Detail

print

public final void print(DisplayContext context)

print

public void print(PrintStream stream)
           throws IOException
Throws:
IOException

print

public abstract void print(PrintWriter printer)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.