Module org.jhotdraw8.fxbase
Package org.jhotdraw8.fxbase.styleable
Interface WritableStyleableMapAccessor<T>
- Type Parameters:
T- The value type.
- All Superinterfaces:
MapAccessor<T>,ReadOnlyStyleableMapAccessor<T>
Interface for keys which support styled values from CSS.
- Author:
- Werner Randelshofer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault org.jhotdraw8.icollection.immutable.ImmutableList<String> Gets example values.Methods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
containsKey, get, get, getDefaultValue, getName, getRawValueType, getValueType, isTransient, put, put, remove, remove, setMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssConverter, getCssName, getCssNamespace
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Method Details
-
getExamples
Gets example values.- Returns:
- a help text.
-