|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.view.NodeData
@Deprecated public class NodeData
Represents a node in the EIP diagram tree
| 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 |
|---|
public String id
public String image
public String label
public String shape
public String edgeLabel
public String tooltop
public String nodeType
public boolean nodeWritten
public String url
public List<ProcessorDefinition<?>> outputs
public String association
| Constructor Detail |
|---|
public NodeData(String id,
Object node,
String imagePrefix)
| Method Detail |
|---|
protected String removeQueryString(String text)
public static String insertSpacesBetweenCamelCase(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||