InputMethodTextRun

scalafx.scene.input.InputMethodTextRun
See theInputMethodTextRun companion object
class InputMethodTextRun(val delegate: InputMethodTextRun) extends SFXDelegate[InputMethodTextRun]

Attributes

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

Members list

Value members

Constructors

def this(text: String, highlight: InputMethodHighlight)

Concrete methods

Gets the highlight used for displaying this text.

Gets the highlight used for displaying this text.

Attributes

def text: String

Gets the text in this run.

Gets the text in this run.

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: InputMethodTextRun

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes