Uses of Class
com.vividsolutions.jump.workbench.model.AbstractVectorLayerFinder

Packages that use AbstractVectorLayerFinder
com.vividsolutions.jump.workbench.ui.cursortool   
com.vividsolutions.jump.workbench.ui.warp   
 

Uses of AbstractVectorLayerFinder in com.vividsolutions.jump.workbench.ui.cursortool
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool that return AbstractVectorLayerFinder
protected abstract  AbstractVectorLayerFinder VectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
           
 

Uses of AbstractVectorLayerFinder in com.vividsolutions.jump.workbench.ui.warp
 

Subclasses of AbstractVectorLayerFinder in com.vividsolutions.jump.workbench.ui.warp
 class IncrementalWarpingVectorLayerFinder
          Retrieves the Incremental Warping Vectors layer and sets its styles.
 class WarpingVectorLayerFinder
          Retrieves the Warping Vectors layer and sets its styles.
 

Methods in com.vividsolutions.jump.workbench.ui.warp that return AbstractVectorLayerFinder
protected  AbstractVectorLayerFinder DeleteIncrementalWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
           
protected  AbstractVectorLayerFinder DeleteWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
           
protected  AbstractVectorLayerFinder DrawIncrementalWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
           
protected abstract  AbstractVectorLayerFinder AbstractDeleteVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
           
protected  AbstractVectorLayerFinder DrawWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy)