public class ChildNodeFactory extends ChildFactory<Lookup>
ChildFactory.Detachable<T>
Constructor and Description |
---|
ChildNodeFactory(Lookup lookup)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
createKeys(List toPopulate) |
Node[] |
createNodesForKey(Lookup key) |
void |
refresh()
Refreshes this factory which causes it to get its
child keys and subsequently its child nodes
|
void |
refreshSync()
Refreshes this factory which causes it to get its
child keys and subsequently its child nodes immeditately.
|
createNodeForKey, createWaitNode, refresh
public ChildNodeFactory(Lookup lookup)
dataLookup
- the associated data lookuppublic void refresh()
public void refreshSync()
public Node[] createNodesForKey(Lookup key)
createNodesForKey
in class ChildFactory<Lookup>
protected boolean createKeys(List toPopulate)
createKeys
in class ChildFactory<Lookup>