public class PrinterFileList extends PrintObjectList implements java.io.Serializable
PrinterFile,
Serialized Form| Constructor and Description |
|---|
PrinterFileList()
Constructs a PrinterFileList object.
|
PrinterFileList(AS400 system)
Constructs a PrinterFileList object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrinterFileFilter()
Returns the printer file list filter.
|
void |
setPrinterFileFilter(java.lang.String printerFileFilter)
Sets the printer file list filter.
|
addPrintObjectListListener, addPropertyChangeListener, addVetoableChangeListener, close, getObject, getObjects, getSystem, isCompleted, openAsynchronously, openSynchronously, removePrintObjectListListener, removePropertyChangeListener, removeVetoableChangeListener, resetAttributesToRetrieve, resetFilter, setAttributesToRetrieve, setCache, setSystem, size, waitForItem, waitForListToCompletepublic PrinterFileList()
public PrinterFileList(AS400 system)
system - The system on which the printer files exists.public java.lang.String getPrinterFileFilter()
public void setPrinterFileFilter(java.lang.String printerFileFilter)
throws java.beans.PropertyVetoException
printerFileFilter - The library and printer files to list.
The format of the printerFileFilter string must be in the
format of /QSYS.LIB/libname.LIB/printerfilename.FILE, where
java.beans.PropertyVetoException - If the change is vetoed.