Uses of Interface
org.openbp.cockpit.plugins.finder.treemodel.Strategy

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.
 



Copyright © 2011. All Rights Reserved.