public class PrinterList extends PrintObjectList implements java.io.Serializable
Printer
,
Serialized FormConstructor and Description |
---|
PrinterList()
Constructs a PrinterList object.
|
PrinterList(AS400 system)
Constructs a PrinterList object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrinterFilter()
Returns the printer list filter.
|
void |
setPrinterFilter(java.lang.String printerFilter)
Sets printer list filter.
|
addPrintObjectListListener, addPropertyChangeListener, addVetoableChangeListener, close, getObject, getObjects, getSystem, isCompleted, openAsynchronously, openSynchronously, removePrintObjectListListener, removePropertyChangeListener, removeVetoableChangeListener, resetAttributesToRetrieve, resetFilter, setAttributesToRetrieve, setCache, setSystem, size, waitForItem, waitForListToComplete
public PrinterList()
public PrinterList(AS400 system)
system
- The system on which the printer devices exist.public java.lang.String getPrinterFilter()
public void setPrinterFilter(java.lang.String printerFilter) throws java.beans.PropertyVetoException
printerFilter
- The name of the printers to list.
It cannot be greater than 10 characters in length.
It can be a specific name, a generic name, or the special
value *ALL. The default for the printerFilter is *ALL.java.beans.PropertyVetoException
- If the change is vetoed.