de.postfuse.ui
Interface Node

All Superinterfaces:
AddScript, GraphElement
All Known Subinterfaces:
Subgraph, TextNode

public interface Node
extends GraphElement

This is the superinterface for Subgraphs and Nodes. It is implemented by Graphelements which can be connected by edges.

Author:
caller

Method Summary
 void setFolded(boolean folded)
          Sets the folded state
 
Methods inherited from interface de.postfuse.ui.GraphElement
setLabel
 
Methods inherited from interface de.postfuse.ui.AddScript
addScript
 

Method Detail

setFolded

void setFolded(boolean folded)
Sets the folded state

Parameters:
folded - true means that the HTML text or Subgraph isn't visible