BigDecimalStringConverter

scalafx.util.converter.BigDecimalStringConverter
See theBigDecimalStringConverter companion object
class BigDecimalStringConverter(delegate: BigDecimalStringConverter) extends StringConverterDelegate[BigDecimal, BigDecimal, BigDecimalStringConverter]

Attributes

Companion
object
Graph
Supertypes
class StringConverterDelegate[BigDecimal, BigDecimal, BigDecimalStringConverter]
trait SFXDelegate[BigDecimalStringConverter]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def fromString(s: String): BigDecimal

Converts the string provided into an object defined by the specific converter.

Converts the string provided into an object defined by the specific converter.

Value parameters

string

String to be converted to a T instance.

Attributes

Returns

A new T instance generated from argument.

Definition Classes
override def toString(b: BigDecimal): String

Converts the object provided into its string form.

Converts the object provided into its string form.

Value parameters

t

A T instance to be its String version.

Attributes

Returns

String version of argument.

Definition Classes

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