public class SimpleIntegerProperty extends IntegerPropertyBase
Property wrapping a
int value.IntegerPropertyBase| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
bean |
private static java.lang.Object |
DEFAULT_BEAN |
private static java.lang.String |
DEFAULT_NAME |
private java.lang.String |
name |
| Constructor and Description |
|---|
SimpleIntegerProperty()
The constructor of
IntegerProperty |
SimpleIntegerProperty(int initialValue)
The constructor of
IntegerProperty |
SimpleIntegerProperty(java.lang.Object bean,
java.lang.String name)
The constructor of
IntegerProperty |
SimpleIntegerProperty(java.lang.Object bean,
java.lang.String name,
int initialValue)
The constructor of
IntegerProperty |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindasObject, bindBidirectional, integerProperty, setValue, unbindBidirectionalreadOnlyIntegerPropertyadd, add, add, add, divide, divide, divide, divide, doubleValue, floatValue, getValue, integerExpression, integerExpression, intValue, longValue, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtractadd, asString, asString, asString, divide, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, lessThan, lessThan, lessThan, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, multiply, numberExpression, subtractclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetValueprivate static final java.lang.Object DEFAULT_BEAN
private static final java.lang.String DEFAULT_NAME
private final java.lang.Object bean
private final java.lang.String name
public SimpleIntegerProperty()
IntegerPropertypublic SimpleIntegerProperty(int initialValue)
IntegerPropertyinitialValue - the initial value of the wrapped valuepublic SimpleIntegerProperty(java.lang.Object bean,
java.lang.String name)
IntegerPropertybean - the bean of this IntegerPropertyname - the name of this IntegerPropertypublic SimpleIntegerProperty(java.lang.Object bean,
java.lang.String name,
int initialValue)
IntegerPropertybean - the bean of this IntegerPropertyname - the name of this IntegerPropertyinitialValue - the initial value of the wrapped valuepublic java.lang.Object getBean()
Object that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
String.String