Uses of Class
com.vividsolutions.jump.workbench.ui.cursortool.CompositeTool

Packages that use CompositeTool
com.vividsolutions.jump.workbench.ui.cursortool   
 

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

Subclasses of CompositeTool in com.vividsolutions.jump.workbench.ui.cursortool
 class AndCompositeTool
          Enables multiple CursorTools to operate at the same time.
 class OrCompositeTool
          Permits only one CursorTool to be active at a time.
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool that return CompositeTool
 CompositeTool CompositeTool.add(CursorTool tool)