org.niffty
Class PartsList

java.lang.Object
  |
  +--org.niffty.PartsList

public class PartsList
extends java.lang.Object

PartsList


Constructor Summary
PartsList()
          Creates a new empty PartsList.
 
Method Summary
 void print(java.lang.String indent, java.io.PrintStream output)
          This prints the parts list including all part descriptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartsList

public PartsList()
Creates a new empty PartsList.

Method Detail

print

public void print(java.lang.String indent,
                  java.io.PrintStream output)
This prints the parts list including all part descriptions.

Parameters:
indent - A string such as " " to print at the beginning of the line
output - the PrintStream to print to, such as System.out