java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<ImmutableSequencedSet<T>>
org.jhotdraw8.draw.key.AbstractReadOnlyStyleableKey<ImmutableSequencedSet<T>>
org.jhotdraw8.draw.key.NullableSetStyleableKey<T>
- Type Parameters:
T- the element type of the set
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<ImmutableSequencedSet<T>>,WritableStyleableMapAccessor<ImmutableSequencedSet<T>>,Key<ImmutableSequencedSet<T>>,MapAccessor<ImmutableSequencedSet<T>>,NullableKey<ImmutableSequencedSet<T>>
public class NullableSetStyleableKey<T>
extends AbstractReadOnlyStyleableKey<ImmutableSequencedSet<T>>
implements WritableStyleableMapAccessor<ImmutableSequencedSet<T>>, NullableKey<ImmutableSequencedSet<T>>
NonNullSetStyleableKey.
- 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
ConstructorsConstructorDescriptionNullableSetStyleableKey(String name, Type elementType, CssConverter<T> elementConverter) Creates a new instance with the specified name and with an empty list as the default value. -
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, 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.NullableKey
get, getMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssConverter, getCssName, getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
NullableSetStyleableKey
Creates a new instance with the specified name and with an empty list as the default value.- Parameters:
name- The name of the key.elementType- the class of the typeelementConverter- String converter for a list element
-