de.postfuse.ui
Interface TextNode

All Superinterfaces:
AddScript, GraphElement, Node

public interface TextNode
extends Node

A Node of the Graph which contains a label and html content.

Author:
Peter

Method Summary
 void setHTML(String s)
          Adding the long additional html to the Node.
 
Methods inherited from interface de.postfuse.ui.Node
setFolded
 
Methods inherited from interface de.postfuse.ui.GraphElement
setLabel
 
Methods inherited from interface de.postfuse.ui.AddScript
addScript
 

Method Detail

setHTML

void setHTML(String s)
Adding the long additional html to the Node.

Parameters:
s - Text in HTML Format - the outer html-tags are required!