|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.property.DynamicPropertyFactory<A>
A - the kind of value this factory handlespublic abstract class DynamicPropertyFactory<A>
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 Summary | |
|---|---|
DynamicPropertyFactory()
|
|
| Method Summary | |
|---|---|
A |
getDefault(PropertyKey<A> key)
Asks for the default value that should be used if no DockProperties
are available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.util.property.PropertyFactory |
|---|
getDefault |
| Constructor Detail |
|---|
public DynamicPropertyFactory()
| Method Detail |
|---|
public A getDefault(PropertyKey<A> key)
PropertyFactoryDockProperties
are available.
getDefault in interface PropertyFactory<A>key - the key of the property
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||