Uses of Interface
bibliothek.gui.dock.util.property.PropertyFactory

Packages that use PropertyFactory
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
bibliothek.gui.dock.util.property Various implementations of PropertyFactory
 

Uses of PropertyFactory in bibliothek.gui.dock.util
 

Constructors in bibliothek.gui.dock.util with parameters of type PropertyFactory
PropertyKey(java.lang.String id, PropertyFactory<A> value)
          Deprecated. replaced by PropertyKey.PropertyKey(String, PropertyFactory, boolean)
PropertyKey(java.lang.String id, PropertyFactory<A> value, boolean nullValueReplacedByDefault)
          Creates a new key.
 

Uses of PropertyFactory in bibliothek.gui.dock.util.property
 

Classes in bibliothek.gui.dock.util.property that implement PropertyFactory
 class ConstantPropertyFactory<A>
          A PropertyFactory that always returns the same value.
 class DynamicPropertyFactory<A>
          A PropertyFactory for a property that needs to be associated with a single instance of a DockController.