Package bibliothek.gui.dock.util.property

Interface Summary
PropertyFactory<A> A strategy to create or store the default value of a PropertyKey.
 

Class Summary
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.