Serializablepublic class PrinterList extends PrintObjectList<Printer> implements Serializable
Printer,
Serialized Form| Constructor | Description |
|---|---|
PrinterList() |
Constructs a PrinterList object.
|
PrinterList(AS400 system) |
Constructs a PrinterList object.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getPrinterFilter() |
Returns the printer list filter.
|
void |
setPrinterFilter(String printerFilter) |
Sets printer list filter.
|
addPrintObjectListListener, addPropertyChangeListener, addVetoableChangeListener, close, getObject, getObjects, getObjectsList, getSystem, isCompleted, openAsynchronously, openSynchronously, removePrintObjectListListener, removePropertyChangeListener, removeVetoableChangeListener, resetAttributesToRetrieve, resetFilter, setAttributesToRetrieve, setCache, setSystem, size, waitForItem, waitForListToCompletepublic PrinterList()
public PrinterList(AS400 system)
system - The system on which the printer devices exist.public String getPrinterFilter()
public void setPrinterFilter(String printerFilter) throws 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.PropertyVetoException - If the change is vetoed.Copyright © 2024. All rights reserved.