Container.list

Container.list

Class Overview | Class Members | This Package | All Packages

Syntax 1
public void list( PrintStream out, int indent )
Parameters
out
a print stream.
indent
the number of spaces to indent.
Description
Prints a listing of this container to the specified output stream. The listing starts at the specified indentation.

Overrides
list in class Component
See Also
list



Syntax 2
public void list( PrintWriter out, int indent )
Description
Prints out a list, starting at the specified indention, to the specified print writer.

Overrides
list in class Component