public class Box extends Object
| Constructor and Description | 
|---|
Box()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addChild(Box child)  | 
List<Box> | 
getChildren()  | 
String | 
getId()  | 
String | 
getIds()
Return a string containing this object's name value, followed by the names of all child objects (and their
 children etc) in pre-order sequence. 
 | 
void | 
setId(String id)  | 
String | 
toString()  | 
public Box()
public List<Box> getChildren()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.