public abstract class ReadOnlyIntegerProperty extends IntegerExpression implements ReadOnlyProperty<Number>
intをラップするすべての読取り専用プロパティのスーパークラス。ObservableIntegerValue、IntegerExpression、ReadOnlyProperty| コンストラクタと説明 |
|---|
ReadOnlyIntegerProperty()
ReadOnlyIntegerPropertyのコンストラクタ。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyObjectProperty<Integer> |
asObject()
この
ReadOnlyIntegerPropertyの値を保持するReadOnlyObjectPropertyを作成します。 |
static <T extends Number> |
readOnlyIntegerProperty(ReadOnlyProperty<T> property)
ReadOnlyPropertyをラップするReadOnlyIntegerPropertyを返します。 |
String |
toString()
この
ReadOnlyIntegerPropertyオブジェクトの文字列表現を返します。 |
add, 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, waitgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenergetpublic ReadOnlyIntegerProperty()
ReadOnlyIntegerPropertyのコンストラクタ。public String toString()
ReadOnlyIntegerPropertyオブジェクトの文字列表現を返します。public static <T extends Number> ReadOnlyIntegerProperty readOnlyIntegerProperty(ReadOnlyProperty<T> property)
ReadOnlyPropertyをラップするReadOnlyIntegerPropertyを返します。 ReadOnlyPropertyがすでにReadOnlyIntegerPropertyである場合に返されます。 それ以外の場合、ReadOnlyPropertyにバインドされる新しいReadOnlyIntegerPropertyが作成されます。 ノート: null値が0として解釈されます property - ソースReadOnlyPropertyReadOnlyPropertyをラップするReadOnlyIntegerPropertyNullPointerException - propertyがnullの場合public ReadOnlyObjectProperty<Integer> asObject()
ReadOnlyIntegerPropertyの値を保持するReadOnlyObjectPropertyを作成します。 このReadOnlyIntegerPropertyの値が変更される場合、ReadOnlyObjectPropertyの値が自動的に更新されます。 IntegerExpressionのasObjectReadOnlyObjectPropertyCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.