JobStatus

scalafx.print.PrinterJob.JobStatus
See theJobStatus companion class
object JobStatus extends SFXEnumDelegateCompanion[JobStatus, JobStatus]

Companion Object for scalafx.print.PrinterJob.JobStatus.

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
JobStatus.type

Members list

Type members

Classlikes

case object Canceled extends JobStatus

The job has been cancelled by the application.

The job has been cancelled by the application.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JobStatus
trait SFXEnumDelegate[JobStatus]
trait SFXDelegate[JobStatus]
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
case object Done extends JobStatus

The job initiated printing and later called endJob() which reported success.

The job initiated printing and later called endJob() which reported success.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JobStatus
trait SFXEnumDelegate[JobStatus]
trait SFXDelegate[JobStatus]
class Object
trait Matchable
class Any
Show all
Self type
Done.type
case object Error extends JobStatus

The job encountered an error.

The job encountered an error.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JobStatus
trait SFXEnumDelegate[JobStatus]
trait SFXDelegate[JobStatus]
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object NotStarted extends JobStatus

The new job status.

The new job status.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JobStatus
trait SFXEnumDelegate[JobStatus]
trait SFXDelegate[JobStatus]
class Object
trait Matchable
class Any
Show all
Self type
NotStarted.type
case object Printing extends JobStatus

The job has requested to print at least one page, and has not terminated printing.

The job has requested to print at least one page, and has not terminated printing.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JobStatus
trait SFXEnumDelegate[JobStatus]
trait SFXDelegate[JobStatus]
class Object
trait Matchable
class Any
Show all
Self type
Printing.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(e: JobStatus): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion
def apply(name: String): S

Returns the enum constant of this type with the specified name.

Returns the enum constant of this type with the specified name.

Value parameters

name

the name of the constant to return

Attributes

Throws
IllegalArgumentException

If the specified enum type has no constant with the specified name, or the specified class object does not represent an enum type.

Inherited from:
SFXEnumDelegateCompanion
def jfxEnum2sfx(e: JobStatus): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion

Inherited fields

lazy val values: List[JobStatus]

Returns a List containing the constants of this enum type, in the order they are declared.

Returns a List containing the constants of this enum type, in the order they are declared.

Attributes

Inherited from:
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: JobStatus): E

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value parameters

s

SFXEnumDelegate instance

Attributes

Returns

Delegated enum

Inherited from:
SFXEnumDelegateCompanion