org.crsh.display.structure
Class LabelElement

java.lang.Object
  extended by org.crsh.display.structure.Element
      extended by org.crsh.display.structure.LabelElement

public class LabelElement
extends Element

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
LabelElement(Object value)
           
LabelElement(String value)
           
 
Method Summary
 String getValue()
           
 void print(PrintWriter printer)
           
 String toString()
           
 
Methods inherited from class org.crsh.display.structure.Element
print, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelElement

public LabelElement(String value)

LabelElement

public LabelElement(Object value)
Method Detail

getValue

public String getValue()

print

public void print(PrintWriter printer)
Specified by:
print in class Element

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 eXo Platform SAS. All Rights Reserved.