Uses of Class
org.locationtech.jts.jump.workbench.plugin.EnableCheckFactory
-
Packages that use EnableCheckFactory Package Description org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui.cursortool.editing -
-
Uses of EnableCheckFactory in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return EnableCheckFactory Modifier and Type Method Description EnableCheckFactory
PlugInContext. getCheckFactory()
-
Uses of EnableCheckFactory in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Constructors in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type EnableCheckFactory Constructor Description DeleteVertexTool(EnableCheckFactory checkFactory)
InsertVertexTool(EnableCheckFactory checkFactory)
MoveSelectedItemsTool(EnableCheckFactory checkFactory)
MoveVertexTool(EnableCheckFactory checkFactory)
SnapVerticesTool(EnableCheckFactory checkFactory)
SnapVerticesToSelectedVertexClickTool(EnableCheckFactory checkFactory)
SnapVerticesToSelectedVertexTool(EnableCheckFactory checkFactory)
-