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:
Serializable,ReadOnlyStyleableMapAccessor<Boolean>,WritableStyleableMapAccessor<Boolean>,Key<Boolean>,MapAccessor<Boolean>
public class NulllableBooleanStyleableKey
extends NullableObjectStyleableKey<Boolean>
implements WritableStyleableMapAccessor<Boolean>
Nullable NonNullBooleanStyleableKey.
- Author:
- Werner Randelshofer
- See Also:
-
Field Summary
Fields inherited from class org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey
converter -
Constructor Summary
ConstructorsConstructorDescriptionNulllableBooleanStyleableKey(String key, @NonNull String cssName, Boolean defaultValue) NulllableBooleanStyleableKey(String key, Boolean defaultValue) NulllableBooleanStyleableKey(String key, String cssName) -
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
-