org.processmining.plugins.ui
Class HTMLOutput

java.lang.Object
  extended by org.processmining.plugins.ui.HTMLOutput
All Implemented Interfaces:
org.processmining.framework.util.HTMLToString

public class HTMLOutput
extends java.lang.Object
implements org.processmining.framework.util.HTMLToString


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.processmining.framework.util.HTMLToString
org.processmining.framework.util.HTMLToString.HTMLCellRenderer
 
Field Summary
protected  java.lang.String htmlContent
           
 
Constructor Summary
HTMLOutput(java.lang.String htmlContent)
           
 
Method Summary
 java.lang.String toHTMLString(boolean includeHTMLTags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

htmlContent

protected java.lang.String htmlContent
Constructor Detail

HTMLOutput

public HTMLOutput(java.lang.String htmlContent)
Parameters:
htmlContent -
Method Detail

toHTMLString

public java.lang.String toHTMLString(boolean includeHTMLTags)
Specified by:
toHTMLString in interface org.processmining.framework.util.HTMLToString