Class ReadOnlyIntegerProperty

All Implemented Interfaces:
NumberExpression, Observable, ReadOnlyProperty<Number>, ObservableIntegerValue, ObservableNumberValue, ObservableValue<Number>
Direct Known Subclasses:
IntegerProperty, ReadOnlyIntegerPropertyBase

public abstract class ReadOnlyIntegerProperty extends IntegerExpression implements ReadOnlyProperty<Number>
Super class for all readonly properties wrapping an int.
Since:
JavaFX 2.0
See Also:
  • Constructor Details

    • ReadOnlyIntegerProperty

      public ReadOnlyIntegerProperty()
      The constructor of ReadOnlyIntegerProperty.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this ReadOnlyIntegerProperty object.
      Overrides:
      toString in class Object
      Returns:
      a string representation of this ReadOnlyIntegerProperty object.