IndexRange

scalafx.scene.control.IndexRange
See theIndexRange companion object
class IndexRange(val delegate: IndexRange) extends SFXDelegate[IndexRange]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[IndexRange]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(range: IndexRange)

Creates an instance of IndexRange by copying the values from the given IndexRange object.

Creates an instance of IndexRange by copying the values from the given IndexRange object.

Attributes

def this(start: Int, end: Int)

Creates an instance of IndexRange representing the range between start and end.

Creates an instance of IndexRange representing the range between start and end.

Attributes

Concrete methods

def end: Int

Returns the end position of the range (exclusive).

Returns the end position of the range (exclusive).

Attributes

def length: Int

Returns the length of the range.

Returns the length of the range.

Attributes

def start: Int

Returns the start position of the range.

Returns the start position of the range.

Attributes

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 parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: IndexRange

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes