Module org.jhotdraw8.draw
Package org.jhotdraw8.draw.key
Interface DefaultableStyleableMapAccessor<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
MapAccessor<CssDefaultableValue<T>>,NonNullMapAccessor<CssDefaultableValue<T>>,Serializable
- All Known Implementing Classes:
DefaultableStyleableKey
public interface DefaultableStyleableMapAccessor<T>
extends NonNullMapAccessor<CssDefaultableValue<T>>
DefaultableStyleableMapAccessor.
-
Field Summary
Fields inherited from interface org.jhotdraw8.fxcollection.typesafekey.NonNullMapAccessor
serialVersionUID -
Method Summary
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.fxcollection.typesafekey.NonNullMapAccessor
getDefaultValueNonNull, getNonNull, getNonNull, putNonNull
-
Method Details
-
getInitialValue
T getInitialValue()
-