Uses of Class
com.vividsolutions.jump.workbench.plugin.EnableCheckFactory
-
Packages that use EnableCheckFactory Package Description 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.warp de.fho.jump.pirol.utilities.plugIns -
-
Uses of EnableCheckFactory in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return EnableCheckFactory Modifier and Type Method Description EnableCheckFactory
PlugInContext. getCheckFactory()
static EnableCheckFactory
EnableCheckFactory. getInstance(WorkbenchContext workbenchContext)
-
Uses of EnableCheckFactory in com.vividsolutions.jump.workbench.ui.warp
Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type EnableCheckFactory Modifier and Type Method Description static EnableCheck
AffineTransformPlugIn. getEnableCheck(EnableCheckFactory enableCheckFactory)
static EnableCheck
ProjectiveTransformPlugIn. getEnableCheck(EnableCheckFactory enableCheckFactory)
-
Uses of EnableCheckFactory in de.fho.jump.pirol.utilities.plugIns
Fields in de.fho.jump.pirol.utilities.plugIns declared as EnableCheckFactory Modifier and Type Field Description protected static EnableCheckFactory
StandardPirolPlugIn. checkFactory
-