TextFormatter

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Change
Companion
class
class Change(val delegate: Change) extends SFXDelegate[Change]

Contains the state representing a change in the content or selection for a TextInputControl.

Contains the state representing a change in the content or selection for a TextInputControl.

Wraps a JavaFX https://docs.oracle.com/javase/8/javafx/api/javafx/scalafx/scene/control/TextFormatter.Change.html

Companion
object

Value members

Concrete fields

This string converter converts the text to the same String value. This might be useful for cases where you want to manipulate with the text through the value or you need to provide a default text value.

This string converter converts the text to the same String value. This might be useful for cases where you want to manipulate with the text through the value or you need to provide a default text value.

Implicits

Implicits

implicit def sfxTextFormatter2jfx[V](v: TextFormatter[V]): TextFormatter[V]

Converts a ScalaFX TextFormatter to its JavaFX counterpart.

Converts a ScalaFX TextFormatter to its JavaFX counterpart.

Value Params
v

ScalaFX TextFormatter

Returns

JavaFX TextFormatter