IndexRange

scalafx.scene.control.IndexRange
See theIndexRange companion class
object IndexRange

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IndexRange.type

Members list

Value members

Concrete methods

def normalize(v1: Int, v2: Int): IndexRange

Convenience method to create an IndexRange instance that has the smaller value as the start index, and the larger value as the end index.

Convenience method to create an IndexRange instance that has the smaller value as the start index, and the larger value as the end index.

Attributes

def valueOf(value: String): IndexRange

Convenience method to parse in a String of the form '2,6', which will create an IndexRange instance with a start value of 2, and an end value of 6.

Convenience method to parse in a String of the form '2,6', which will create an IndexRange instance with a start value of 2, and an end value of 6.

Attributes

Concrete fields

Index range value delimiter.

Index range value delimiter.

Attributes

Deprecated fields

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxIndexRange(r: IndexRange): IndexRange