Class/Object

scalafx.print

PrinterJob

Related Docs: object PrinterJob | package print

Permalink

final class PrinterJob extends SFXDelegate[javafx.print.PrinterJob]

Wraps JavaFX PrinterJob.

Source
PrinterJob.scala
Since

8.0

Linear Supertypes
SFXDelegate[javafx.print.PrinterJob], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrinterJob
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrinterJob(delegate: javafx.print.PrinterJob)

    Permalink

    Creates a new ScalaFX PrinterJob from its JavaFX counterpart.

    Creates a new ScalaFX PrinterJob from its JavaFX counterpart.

    delegate

    JavaFX PrinterJob. Since there is no public constructor for it, there is not a default value.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cancelJob(): Unit

    Permalink

    Cancel the underlying print job at the earliest opportunity.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val delegate: javafx.print.PrinterJob

    Permalink

    JavaFX PrinterJob.

    JavaFX PrinterJob. Since there is no public constructor for it, there is not a default value.

    Definition Classes
    PrinterJobSFXDelegate
  8. def endJob: Boolean

    Permalink

    If the job can be successfully spooled to the printer queue this will return true.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(ref: Any): Boolean

    Permalink

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def jobSettings: JobSettings

    Permalink

    The JobSettings encapsulates all the API supported job configuration options such as number of copies, collation option, duplex option, etc.

  16. def jobStatus: ReadOnlyObjectProperty[JobStatus]

    Permalink

    A read only object property representing the current JobStatus

  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def printPage(pageLayout: PageLayout, node: Node): Boolean

    Permalink

    Print the specified node using the specified page layout.

    Print the specified node using the specified page layout.

    pageLayout

    Layout for this page.

    node

    The node to print.

    returns

    whether rendering was successful.

  21. def printPage(node: Node): Boolean

    Permalink

    Print the specified node.

    Print the specified node.

    node

    The node to print.

    returns

    whether rendering was successful.

  22. def printer: ObjectProperty[javafx.print.Printer]

    Permalink

    Property representing the Printer for this job.

  23. def printer_=(v: Printer): Unit

    Permalink
  24. def showPageSetupDialog(owner: Window): Boolean

    Permalink

    Displays a Page Setup dialog.

    Displays a Page Setup dialog.

    owner

    owner to block input, or 'null'.

    returns

    false if the user opts to cancel the dialog, or the job is not in the new state. That is if it has already started, has failed, or has been cancelled, or ended.

  25. def showPrintDialog(owner: Window): Boolean

    Permalink

    Displays a Print Dialog.

    Displays a Print Dialog.

    owner

    owner to which to block input, or 'null'.

    returns

    false if the user opts to cancel printing, or the job is not in the new state. That is if it has already started, has failed, or has been cancelled, or ended.

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXDelegate[javafx.print.PrinterJob]

Inherited from AnyRef

Inherited from Any

Ungrouped