|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IKeyProvider | |
---|---|
net.sf.tacos.components.tree | Implementations of the tree component |
net.sf.tacos.model | Interfaces used in components. |
net.sf.tacos.model.impl | Implementations of model interfaces. |
Uses of IKeyProvider in net.sf.tacos.components.tree |
---|
Methods in net.sf.tacos.components.tree that return IKeyProvider | |
---|---|
IKeyProvider |
Tree.getIdentityKeyProvider()
The default IdentityKeyProvider . |
abstract IKeyProvider |
Tree.getKeyProvider()
Injected key provider |
Constructors in net.sf.tacos.components.tree with parameters of type IKeyProvider | |
---|---|
TreeManager(Set state,
ITreeContentProvider contentProvider,
IKeyProvider keyProvider)
Creates tree manager. |
Uses of IKeyProvider in net.sf.tacos.model |
---|
Classes in net.sf.tacos.model that implement IKeyProvider | |
---|---|
class |
IdentityKeyProvider
Default IKeyProvider implementation that uses the object's identity hash. |
Uses of IKeyProvider in net.sf.tacos.model.impl |
---|
Classes in net.sf.tacos.model.impl that implement IKeyProvider | |
---|---|
class |
BeanPropertyKeyProvider
Key provider that uses a property of the object as a key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |