Uses of Package
org.simoes.lpd.util

Packages that use org.simoes.lpd.util
org.simoes.lpd.ui   
org.simoes.lpd.util   
 

Classes in org.simoes.lpd.util used by org.simoes.lpd.ui
PrintQueue
          The PrintQueue is just a queue that only accepts print jobs still need to figure out how the events get sent
 

Classes in org.simoes.lpd.util used by org.simoes.lpd.util
PrintQueue
          The PrintQueue is just a queue that only accepts print jobs still need to figure out how the events get sent
Queue
          Queue is just a queue
QueuedObject
          Encapsulates any Object that is stored in a Queue
QueuedPrintJob
          A copy of a printJob plus the jobId used by the PrintQueue to store the opriginal copy of this PrintJob.
QueuedPrintJobInfo
          Encapsulates the PrintJob that is stored in the Queue.
Queues
          This class maintains all of the Print queues and contains all of the logic for performing operations on them.