Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Method | Description |
---|---|---|
static WriterJob |
WriterJob.start(AS400 system,
Printer printer,
PrintParameterList options,
OutputQueue outputQueue) |
Starts a writer on the system.
|
Modifier and Type | Method | Description |
---|---|---|
Printer |
VPrinter.getPrinter() |
Deprecated.
Returns the printer associated with this object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
VPrinter.setPrinter(Printer printer) |
Deprecated.
Sets the printer.
|
Constructor | Description |
---|---|
VPrinter(Printer printer) |
Deprecated.
Constructs a VPrinter object.
|
VPrinter(VNode parent,
Printer printer) |
Deprecated.
Constructs a VPrinter object.
|
Copyright © 2024. All rights reserved.