|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - the kind of value this strategy handlespublic interface PropertyFactory<A>
A strategy to create or store the default value of a PropertyKey.
| Method Summary | |
|---|---|
A |
getDefault(PropertyKey<A> key)
Asks for the default value that should be used if no DockProperties
are available. |
A |
getDefault(PropertyKey<A> key,
DockProperties properties)
Gets the default value for key. |
| Method Detail |
|---|
A getDefault(PropertyKey<A> key,
DockProperties properties)
key. This method is called
only once for the combination of key and properties,
it can either always return the same object or create a new one every
time. The results gets stored as default value in properties.
key - the key for which to get the defaultproperties - the map in which the default will be stored
null is validA getDefault(PropertyKey<A> key)
DockProperties
are available.
key - the key of the property
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||