Uses of Class
com.vividsolutions.jump.workbench.ui.cursortool.CompositeTool
-
Packages that use CompositeTool Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description CompositeTool
CompositeTool. add(CursorTool tool)
-