|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Strategy | |
|---|---|
| org.openbp.cockpit.plugins.finder | |
| org.openbp.cockpit.plugins.finder.treemodel | Model for a tree that is dynamically created. |
| Uses of Strategy in org.openbp.cockpit.plugins.finder |
|---|
| Classes in org.openbp.cockpit.plugins.finder that implement Strategy | |
|---|---|
class |
RefStrategy
Strategy for the reference tree. |
| Uses of Strategy in org.openbp.cockpit.plugins.finder.treemodel |
|---|
| Methods in org.openbp.cockpit.plugins.finder.treemodel with parameters of type Strategy | |
|---|---|
void |
GenericNode.addChild(GenericNode child,
Strategy strategy)
Add a new child to the node. |
void |
Node.addChild(Node child,
Strategy strategy)
|
| Constructors in org.openbp.cockpit.plugins.finder.treemodel with parameters of type Strategy | |
|---|---|
GenericModel(Strategy usedStrategy,
boolean fireEvents)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||