PropertyFactory
.See: Description
Interface | Description |
---|---|
PropertyFactory<A> |
A strategy to create or store the default value of a
PropertyKey . |
Class | Description |
---|---|
ConstantPropertyFactory<A> |
A
PropertyFactory that always returns the same value. |
DynamicPropertyFactory<A> |
A
PropertyFactory for a property that needs to be associated with
a single instance of a DockController . |
PropertyFactory
.