TextFormatter

scalafx.scene.control.TextFormatter
See theTextFormatter companion class
object TextFormatter

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait SFXDelegate[Change]
class Object
trait Matchable
class Any
object Change

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Change.type

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.

Attributes

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 parameters

v

ScalaFX TextFormatter

Attributes

Returns

JavaFX TextFormatter