Lines Matching defs:destination
32 * destination, print dialog, file and printer names, page ranges, multiple
246 private DestinationType destination;
301 * @param destination <code>DesintationType.FILE</code> or
336 DestinationType destination, DialogType dialog,
342 setDestination(destination);
377 destination = obj.destination;
468 return destination;
476 * @param destination DesintationType.FILE or DesintationType.PRINTER.
477 * @throws IllegalArgumentException if destination is null.
479 public void setDestination(DestinationType destination) {
480 if (destination == null) {
482 "destination");
484 this.destination = destination;
808 * Returns the destination printer for jobs using these attributes. This
818 * Specifies the destination printer for jobs using these attributes.
996 destination == rhs.destination &&
1030 destination.hashCode() << 5 ^
1057 getDefaultSelection() + ",destination=" + getDestination() +