class TitledDoubleField extends TitledNode[TextField]
TextField with a Title which controls the user inputs, checking that the text inserted is a Double
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TitledDoubleField
- TitledNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TitledDoubleField(title: String, value: DoubleProperty, minValue: Double, maxValue: Double)
Additional constructor
Additional constructor
- title
the title
- value
the value, as a DoubleProperty
- minValue
the minimum allowed value
- maxValue
the maximum allowed value
-
new
TitledDoubleField(title: String, value: DoubleProperty)
Additional constructor
Additional constructor
- title
the title
- value
the value, as a DoubleProperty
-
new
TitledDoubleField(title: StringProperty, value: DoubleProperty, minValue: Double = Double.MinValue, maxValue: Double = Double.MaxValue)
- title
the text shown
- value
the observable double property
- minValue
the minimum acceptable value, set to Double.MinValue if not specified
- maxValue
the maximum acceptable value, set to Double.MaxValue if not specified
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
innerNode: TextField
The node that will be shown after the text
The node that will be shown after the text
- returns
a node of type N <: Node
- Definition Classes
- TitledDoubleField → TitledNode
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
root: Pane
- Definition Classes
- TitledNode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
title: StringProperty
- Definition Classes
- TitledDoubleField → TitledNode
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )