Serializable
public class PrinterList extends PrintObjectList implements Serializable
Printer
,
Serialized FormConstructor | 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, 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 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 © 2023. All rights reserved.