java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<String>
org.jhotdraw8.draw.key.AbstractStyleableKey<@NonNull String>
org.jhotdraw8.draw.key.StringStyleableKey
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<String>,WritableStyleableMapAccessor<@NonNull String>,Key<String>,MapAccessor<String>,NonNullKey<@NonNull String>,NonNullMapAccessor<String>
public class StringStyleableKey
extends AbstractStyleableKey<@NonNull String>
implements WritableStyleableMapAccessor<@NonNull String>, NonNullKey<@NonNull String>
StringStyleableKey.
- Author:
- Werner Randelshofer
-
Constructor Summary
ConstructorsConstructorDescriptionStringStyleableKey(@NonNull String name) Creates a new instance with the specified name and with an empty String as the default value.StringStyleableKey(@NonNull String name, @NonNull String defaultValue) Creates a new instance with the specified name and default value.StringStyleableKey(String name, String defaultValue, String helpText) Creates a new instance with the specified name, mask and default value.StringStyleableKey(String namespace, String name, String defaultValue, 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, getValue, getValueProperty, isAssignable, isDefault, isNullable, 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.fxcollection.typesafekey.NonNullKey
get, getMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
getDefaultValueNonNull, getNonNull, getNonNull, putNonNullMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssName, getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
StringStyleableKey
Creates a new instance with the specified name and with an empty String as the default value.- Parameters:
name- The name of the key.
-
StringStyleableKey
Creates a new instance with the specified name and default value.- Parameters:
name- The name of the key.defaultValue- The default value.
-
StringStyleableKey
Creates a new instance with the specified name, mask and default value.- Parameters:
name- The name of the key.defaultValue- The default value.helpText- the help text
-
StringStyleableKey
-
-
Method Details
-
getCssConverter
- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<String>
-