Package bibliothek.gui.dock.util.property

Various implementations of PropertyFactory.

See:
          Description

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.
 

Package bibliothek.gui.dock.util.property Description

Various implementations of PropertyFactory.