Packages

c

conexp.fx.gui.properties

BoundedIntPairProperty

class BoundedIntPairProperty extends SimpleIntPairProperty

Linear Supertypes
SimpleIntPairProperty, SimpleObjectProperty[IntPair], ObjectPropertyBase[IntPair], ObjectProperty[IntPair], WritableObjectValue[IntPair], Property[IntPair], WritableValue[IntPair], ReadOnlyObjectProperty[IntPair], ReadOnlyProperty[IntPair], ObjectExpression[IntPair], ObservableObjectValue[IntPair], ObservableValue[IntPair], Observable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundedIntPairProperty
  2. SimpleIntPairProperty
  3. SimpleObjectProperty
  4. ObjectPropertyBase
  5. ObjectProperty
  6. WritableObjectValue
  7. Property
  8. WritableValue
  9. ReadOnlyObjectProperty
  10. ReadOnlyProperty
  11. ObjectExpression
  12. ObservableObjectValue
  13. ObservableValue
  14. Observable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoundedIntPairProperty(initialValue: IntPair, lowerBound: ObjectBinding[IntPair], upperBound: ObjectBinding[IntPair])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(coordinates: IntPair): SimpleIntPairProperty
    Definition Classes
    SimpleIntPairProperty
  5. def add(x: Int, y: Int): SimpleIntPairProperty
    Definition Classes
    SimpleIntPairProperty
  6. def addListener(arg0: ChangeListener[_ >: IntPair]): Unit
    Definition Classes
    ObjectPropertyBase → ObservableValue
  7. def addListener(arg0: InvalidationListener): Unit
    Definition Classes
    ObjectPropertyBase → Observable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asString(arg0: Locale, arg1: String): StringBinding
    Definition Classes
    ObjectExpression
  10. def asString(arg0: String): StringBinding
    Definition Classes
    ObjectExpression
  11. def asString(): StringBinding
    Definition Classes
    ObjectExpression
  12. def bind(arg0: ObservableValue[_ <: IntPair]): Unit
    Definition Classes
    ObjectPropertyBase → Property
  13. def bindBidirectional(arg0: Property[IntPair]): Unit
    Definition Classes
    ObjectProperty → Property
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fireValueChangedEvent(): Unit
    Attributes
    protected[property]
    Definition Classes
    ObjectPropertyBase
  19. def get(): IntPair
    Definition Classes
    ObjectPropertyBase → WritableObjectValue → ObservableObjectValue
  20. def getBean(): AnyRef
    Definition Classes
    SimpleObjectProperty → ReadOnlyProperty
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getName(): String
    Definition Classes
    SimpleObjectProperty → ReadOnlyProperty
  23. def getValue(): IntPair
    Definition Classes
    ObjectExpression → ObservableValue
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def invalidated(): Unit
    Attributes
    protected[property]
    Definition Classes
    ObjectPropertyBase
  26. def isBound(): Boolean
    Definition Classes
    ObjectPropertyBase → Property
  27. def isEqualTo(arg0: Any): BooleanBinding
    Definition Classes
    ObjectExpression
  28. def isEqualTo(arg0: ObservableObjectValue[_]): BooleanBinding
    Definition Classes
    ObjectExpression
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isNotEqualTo(arg0: Any): BooleanBinding
    Definition Classes
    ObjectExpression
  31. def isNotEqualTo(arg0: ObservableObjectValue[_]): BooleanBinding
    Definition Classes
    ObjectExpression
  32. def isNotNull(): BooleanBinding
    Definition Classes
    ObjectExpression
  33. def isNull(): BooleanBinding
    Definition Classes
    ObjectExpression
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def removeListener(arg0: ChangeListener[_ >: IntPair]): Unit
    Definition Classes
    ObjectPropertyBase → ObservableValue
  38. def removeListener(arg0: InvalidationListener): Unit
    Definition Classes
    ObjectPropertyBase → Observable
  39. def set(v: IntPair): Unit
    Definition Classes
    BoundedIntPairProperty → ObjectPropertyBase → WritableObjectValue
  40. def set(x: Int, y: Int): Unit
  41. def setValue(v: IntPair): Unit
    Definition Classes
    BoundedIntPairProperty → ObjectProperty → WritableValue
  42. def subtract(coordinates: IntPair): SimpleIntPairProperty
    Definition Classes
    SimpleIntPairProperty
  43. def subtract(x: Int, y: Int): SimpleIntPairProperty
    Definition Classes
    SimpleIntPairProperty
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    ObjectPropertyBase → ObjectProperty → ReadOnlyObjectProperty → AnyRef → Any
  46. def unbind(): Unit
    Definition Classes
    ObjectPropertyBase → Property
  47. def unbindBidirectional(arg0: Property[IntPair]): Unit
    Definition Classes
    ObjectProperty → Property
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SimpleIntPairProperty

Inherited from SimpleObjectProperty[IntPair]

Inherited from ObjectPropertyBase[IntPair]

Inherited from ObjectProperty[IntPair]

Inherited from WritableObjectValue[IntPair]

Inherited from Property[IntPair]

Inherited from WritableValue[IntPair]

Inherited from ReadOnlyObjectProperty[IntPair]

Inherited from ReadOnlyProperty[IntPair]

Inherited from ObjectExpression[IntPair]

Inherited from ObservableObjectValue[IntPair]

Inherited from ObservableValue[IntPair]

Inherited from Observable

Inherited from AnyRef

Inherited from Any

Ungrouped