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 EnableCheckFactoryPlugInContext. getCheckFactory()static EnableCheckFactoryEnableCheckFactory. 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 EnableCheckAffineTransformPlugIn. getEnableCheck(EnableCheckFactory enableCheckFactory)static EnableCheckProjectiveTransformPlugIn. 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 EnableCheckFactoryStandardPirolPlugIn. checkFactory
-