PageRange

final class PageRange(val delegate: PageRange) extends SFXDelegate[PageRange]
Value Params
delegate

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

Constructor

Creates a new ScalaFX PageRange from its JavaFX counterpart.

Since

8.0

Companion
object
trait SFXDelegate[PageRange]
class Object
trait Matchable
class Any

Value members

Constructors

def this(startPage: Int, endPage: Int)

Create a new PageRange with the specified start and end page numbers.

Create a new PageRange with the specified start and end page numbers.

Value Params
endPage

the last page in the range.

startPage

the first page in the range.

Concrete methods

IntegerProperty representing the starting page number of the range.

IntegerProperty representing the starting page number of the range.

IntegerProperty representing the ending page number of the range.

IntegerProperty representing the ending page number of the range.

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: PageRange