org.apache.camel.view
Class NodeData

java.lang.Object
  extended by org.apache.camel.view.NodeData

Deprecated.

@Deprecated
public class NodeData
extends Object

Represents a node in the EIP diagram tree

Version:

Field Summary
 String association
          Deprecated.  
 String edgeLabel
          Deprecated.  
 String id
          Deprecated.  
 String image
          Deprecated.  
 String label
          Deprecated.  
 String nodeType
          Deprecated.  
 boolean nodeWritten
          Deprecated.  
 List<ProcessorDefinition<?>> outputs
          Deprecated.  
 String shape
          Deprecated.  
 String tooltop
          Deprecated.  
 String url
          Deprecated.  
 
Constructor Summary
NodeData(String id, Object node, String imagePrefix)
          Deprecated.  
 
Method Summary
static String insertSpacesBetweenCamelCase(String name)
          Deprecated. Inserts a space before each upper case letter after a lowercase
protected  String removeQueryString(String text)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id
Deprecated. 

image

public String image
Deprecated. 

label

public String label
Deprecated. 

shape

public String shape
Deprecated. 

edgeLabel

public String edgeLabel
Deprecated. 

tooltop

public String tooltop
Deprecated. 

nodeType

public String nodeType
Deprecated. 

nodeWritten

public boolean nodeWritten
Deprecated. 

url

public String url
Deprecated. 

outputs

public List<ProcessorDefinition<?>> outputs
Deprecated. 

association

public String association
Deprecated. 
Constructor Detail

NodeData

public NodeData(String id,
                Object node,
                String imagePrefix)
Deprecated. 
Method Detail

removeQueryString

protected String removeQueryString(String text)
Deprecated. 

insertSpacesBetweenCamelCase

public static String insertSpacesBetweenCamelCase(String name)
Deprecated. 
Inserts a space before each upper case letter after a lowercase



Apache Camel