A - the kind of value this factory handlespublic abstract class DynamicPropertyFactory<A> extends Object implements PropertyFactory<A>
PropertyFactory for a property that needs to be associated with
a single instance of a DockController. For example a property
that has observers should be created by this factory.| Constructor and Description |
|---|
DynamicPropertyFactory() |
| Modifier and Type | Method and Description |
|---|---|
A |
getDefault(PropertyKey<A> key)
Asks for the default value that should be used if no
DockProperties
are available. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultpublic A getDefault(PropertyKey<A> key)
PropertyFactoryDockProperties
are available.getDefault in interface PropertyFactory<A>key - the key of the propertynullCopyright © 2017 Docking Frames. All rights reserved.