java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<Boolean>
org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey<Boolean>
org.jhotdraw8.draw.key.NullableObjectStyleableKey<Boolean>
org.jhotdraw8.draw.key.NulllableBooleanStyleableKey
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<Boolean>,WritableStyleableMapAccessor<Boolean>,Key<Boolean>,MapAccessor<Boolean>
public class NulllableBooleanStyleableKey
extends NullableObjectStyleableKey<Boolean>
implements WritableStyleableMapAccessor<Boolean>
Nullable NonNullBooleanStyleableKey.
- Author:
- Werner Randelshofer
-
Field Summary
Fields inherited from class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
converterFields inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
serialVersionUIDFields inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
serialVersionUIDFields inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionNulllableBooleanStyleableKey(String key, Boolean defaultValue) NulllableBooleanStyleableKey(String key, String cssName) NulllableBooleanStyleableKey(String key, String cssName, Boolean defaultValue) -
Method Summary
Methods inherited from class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
getCssConverter, getCssNameMethods inherited from class org.jhotdraw8.fxcollection.typesafekey.AbstractKey
getDefaultValue, getName, getValueType, isNullable, isTransient, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
cast, containsKey, get, get, getValue, getValueProperty, isAssignable, isDefault, propertyAt, put, put, putValue, readOnlyPropertyAt, remove, remove, valueAtMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
getDefaultValue, getName, getRawValueType, getValueType, isTransient, setMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssConverter, getCssName, getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
NulllableBooleanStyleableKey
-
NulllableBooleanStyleableKey
-
NulllableBooleanStyleableKey
-
NulllableBooleanStyleableKey
-