Package | Description |
---|---|
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 . |
Constructor and Description |
---|
PropertyKey(java.lang.String id,
PropertyFactory<A> value)
Deprecated.
|
PropertyKey(java.lang.String id,
PropertyFactory<A> value,
boolean nullValueReplacedByDefault)
Creates a new key.
|
Modifier and Type | Class and Description |
---|---|
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 . |