java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<String>
org.jhotdraw8.draw.key.AbstractStyleableKey<String>
org.jhotdraw8.draw.key.NullableStringStyleableKey
- All Implemented Interfaces:
Serializable,ReadOnlyStyleableMapAccessor<String>,WritableStyleableMapAccessor<String>,Key<String>,MapAccessor<String>
public class NullableStringStyleableKey
extends AbstractStyleableKey<String>
implements WritableStyleableMapAccessor<String>
NullableStringStyleableKey.
- Author:
- Werner Randelshofer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with the specified name and with a null String as the default value.NullableStringStyleableKey(String namespace, @NonNull String name) Creates a new instance with the specified name, mask and default value.NullableStringStyleableKey(String namespace, @NonNull String name, String helpText) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.jhotdraw8.draw.key.AbstractStyleableKey
getCssName, getCssNamespaceMethods 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
getCssName, getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
NullableStringStyleableKey
Creates a new instance with the specified name and with a null String as the default value.- Parameters:
name- The name of the key.
-
NullableStringStyleableKey
Creates a new instance with the specified name, mask and default value.- Parameters:
name- The name of the key.
-
NullableStringStyleableKey
-
-
Method Details
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<String>
-