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