|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrintQueue | |
org.simoes.lpd.ui | |
org.simoes.lpd.util |
Uses of PrintQueue in org.simoes.lpd.ui |
Methods in org.simoes.lpd.ui with parameters of type PrintQueue | |
void |
PrintJobTableModel.setPrintQueueDataModel(PrintQueue pq)
This method must be called prior to using this DataModel. |
Uses of PrintQueue in org.simoes.lpd.util |
Subclasses of PrintQueue in org.simoes.lpd.util | |
class |
PrintQueueWithTableModel
The PrintQueue is just a queue that only accepts print jobs still need to figure out how the events get sent |
Methods in org.simoes.lpd.util that return PrintQueue | |
PrintQueue |
Queues.createQueueWithTableModel(java.lang.String queueName,
PrintJobTableModel tableModel)
Creates a Print Queue with the name passed in and creates a TableModel for the GUI. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |