|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.access.PrintObjectList
com.ibm.as400.access.PrinterList
public class PrinterList extends PrintObjectList implements Serializable
The PrinterList class is used to build a list of objects of type Printer. The list can be filtered by printer name.
Printer,
Serialized Form| Constructor and Description |
|---|
PrinterList()
Constructs a PrinterList object. |
PrinterList(AS400 system)
Constructs a PrinterList object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrinterFilter()
Returns the printer list filter. |
void |
setPrinterFilter(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 system on which the printer devices exist.| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||