Uses of Class
com.vividsolutions.jump.workbench.plugin.EnableCheckFactory

Packages that use EnableCheckFactory
com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. 
com.vividsolutions.jump.workbench.ui.cursortool.editing   
com.vividsolutions.jump.workbench.ui.warp   
de.fho.jump.pirol.utilities.plugIns   
org.openjump.core.ui.plugin.edittoolbox.cursortools   
 

Uses of EnableCheckFactory in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin that return EnableCheckFactory
 EnableCheckFactory PlugInContext.getCheckFactory()
           
 

Uses of EnableCheckFactory in com.vividsolutions.jump.workbench.ui.cursortool.editing
 

Constructors in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type EnableCheckFactory
DeleteVertexTool(EnableCheckFactory checkFactory)
           
InsertVertexTool(EnableCheckFactory checkFactory)
           
MoveSelectedItemsTool(EnableCheckFactory checkFactory)
           
MoveVertexTool(EnableCheckFactory checkFactory)
           
SnapVerticesTool(EnableCheckFactory checkFactory)
           
SnapVerticesToSelectedVertexClickTool(EnableCheckFactory checkFactory)
           
SnapVerticesToSelectedVertexTool(EnableCheckFactory checkFactory)
           
 

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

Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type EnableCheckFactory
static EnableCheck AffineTransformPlugIn.getEnableCheck(EnableCheckFactory checkFactory)
           
 

Uses of EnableCheckFactory in de.fho.jump.pirol.utilities.plugIns
 

Fields in de.fho.jump.pirol.utilities.plugIns declared as EnableCheckFactory
protected static EnableCheckFactory StandardPirolPlugIn.checkFactory
           
 

Uses of EnableCheckFactory in org.openjump.core.ui.plugin.edittoolbox.cursortools
 

Constructors in org.openjump.core.ui.plugin.edittoolbox.cursortools with parameters of type EnableCheckFactory
AutoCompletePolygonCursorTool(EnableCheckFactory checkFactory)
           
ConstrainedMoveVertexTool(EnableCheckFactory checkFactory)
           
RotateSelectedItemTool(EnableCheckFactory checkFactory)
           
ScaleSelectedItemsTool(EnableCheckFactory checkFactory)