|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.access.PrintObjectList | +--com.ibm.as400.access.PrinterFileList
The PrinterFileList class is used to build a list of AS/400 printer file objects of type PrinterFile. The list can be filtered by library and printer file name.
PrinterFile
, Serialized FormConstructor Summary | |
PrinterFileList()
Constructs a PrinterFileList object. |
|
PrinterFileList(AS400 system)
Constructs a PrinterFileList object. |
Method Summary | |
java.lang.String |
getPrinterFileFilter()
Returns the printer file list filter. |
void |
setPrinterFileFilter(java.lang.String printerFileFilter)
Sets the printer file list filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrinterFileList()
PrintObjectList.setSystem(com.ibm.as400.access.AS400)
public PrinterFileList(AS400 system)
system
- The AS/400 on which the printer files exists.Method Detail |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |