public class SimpleStyleableIntegerProperty extends StyleableIntegerProperty
SimpleIntegerPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 このクラスはIntegerPropertyをCSSでスタイル設定可能にするために使用されます。このクラスを使用しない場合は、SimpleIntegerPropertyとして実装されます。 SimpleIntegerProperty, CssMetaData, StyleableProperty, StyleableIntegerProperty| コンストラクタと説明 |
|---|
SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData)
SimpleStyleableIntegerPropertyのコンストラクタ。 |
SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Integer initialValue)
SimpleStyleableIntegerPropertyのコンストラクタ。 |
SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Object bean, String name)
SimpleStyleableIntegerPropertyのコンストラクタ。 |
SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Object bean, String name, Integer initialValue)
SimpleStyleableIntegerPropertyのコンストラクタ。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
Object |
getBean()
このプロパティを含む
Objectを返します。 |
CssMetaData<? extends Styleable,Number> |
getCssMetaData()
この
javafx.beans.property.StyleablePropertyに対応するCssMetaDataを反映します。 |
String |
getName()
このプロパティの名前を返します。
|
applyStyle, bind, getStyleOrigin, setaddListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, 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, waitgetValue, setValuegetValuepublic SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData)
SimpleStyleableIntegerPropertyのコンストラクタ。cssMetaData - このStyleablePropertyに関連付けられているCssMetaDatapublic SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Integer initialValue)
SimpleStyleableIntegerPropertyのコンストラクタ。cssMetaData - このStyleablePropertyに関連付けられているCssMetaDatainitialValue - ラップされたObjectの初期値public SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Object bean, String name)
SimpleStyleableIntegerPropertyのコンストラクタ。cssMetaData - このStyleablePropertyに関連付けられているCssMetaDatabean - このIntegerPropertyのBeanname - このIntegerPropertyの名前public SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Object bean, String name, Integer initialValue)
SimpleStyleableIntegerPropertyのコンストラクタ。cssMetaData - このStyleablePropertyに関連付けられているCssMetaDatabean - このIntegerPropertyのBeanname - このIntegerPropertyの名前initialValue - ラップされたObjectの初期値public Object getBean()
Objectを返します。 このプロパティがObjectに含まれていない場合、nullが返されます。 Objectまたはnullpublic String getName()
Stringを返します。 Stringpublic final CssMetaData<? extends Styleable,Number> getCssMetaData()
javafx.beans.property.StyleablePropertyに対応するCssMetaDataを反映します。Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.