javafx.beans.property
package.See: Description
Interface | Description |
---|---|
LimitedProperty<T> |
A
Property with an optional minimum value and an optional maximum
value. |
Class | Description |
---|---|
LimitedComparableProperty<T extends Comparable<? super T>> |
An implementation of
LimitedProperty for a Comparable . |
javafx.beans.property
package.Copyright © 2012-2013 Drombler. All Rights Reserved.