|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrouting.RoutingInfo
public class RoutingInfo
Class for storing routing related information in a tree form for user interface(s).
Constructor Summary | |
---|---|
RoutingInfo(java.lang.Object o)
Creates a routing info based on any object. |
|
RoutingInfo(java.lang.String infoText)
Creates a routing info based on a text. |
Method Summary | |
---|---|
void |
addMoreInfo(RoutingInfo info)
Adds child info object for this routing info. |
java.util.List<RoutingInfo> |
getMoreInfo()
Returns the child routing infos of this info. |
java.lang.String |
toString()
Returns the info text of this routing info. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoutingInfo(java.lang.String infoText)
infoText
- The text of the infopublic RoutingInfo(java.lang.Object o)
o
- The object this info is based onMethod Detail |
---|
public void addMoreInfo(RoutingInfo info)
info
- The info object to add.public java.util.List<RoutingInfo> getMoreInfo()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |