Uses of Interface
org.locationtech.jts.jump.workbench.plugin.ThreadedPlugIn
-
Packages that use ThreadedPlugIn Package Description org.locationtech.jts.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench.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.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.analysis org.locationtech.jts.jump.workbench.ui.plugin.test org.locationtech.jts.jump.workbench.ui.task org.locationtech.jts.jump.workbench.ui.toolbox -
-
Uses of ThreadedPlugIn in org.locationtech.jts.jump.workbench.datasource
Classes in org.locationtech.jts.jump.workbench.datasource that implement ThreadedPlugIn Modifier and Type Class Description classLoadDatasetPlugInPrompts the user to pick a dataset to load.classSaveDatasetAsPlugInPrompts the user to pick a dataset to save. -
Uses of ThreadedPlugIn in org.locationtech.jts.jump.workbench.plugin
Classes in org.locationtech.jts.jump.workbench.plugin that implement ThreadedPlugIn Modifier and Type Class Description classThreadedBasePlugInConvenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn. -
Uses of ThreadedPlugIn in org.locationtech.jts.jump.workbench.ui.plugin
Classes in org.locationtech.jts.jump.workbench.ui.plugin that implement ThreadedPlugIn Modifier and Type Class Description classLoadDatasetPlugInclassLoadDatasetToCategoryPlugInclassOpenProjectPlugInclassSaveDatasetAsPlugInclassValidateSelectedLayersPlugIn -
Uses of ThreadedPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.analysis
Classes in org.locationtech.jts.jump.workbench.ui.plugin.analysis that implement ThreadedPlugIn Modifier and Type Class Description classBufferPlugInclassGeometryFunctionPlugInProvides basic functions for computation withGeometryobjects.classOverlayPlugInCreates a new layer containing intersections of all pairs of features from two input layers.classUnionPlugIn -
Uses of ThreadedPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.test
Classes in org.locationtech.jts.jump.workbench.ui.plugin.test that implement ThreadedPlugIn Modifier and Type Class Description classProgressReportingPlugIn -
Uses of ThreadedPlugIn in org.locationtech.jts.jump.workbench.ui.task
Methods in org.locationtech.jts.jump.workbench.ui.task with parameters of type ThreadedPlugIn Modifier and Type Method Description voidTaskMonitorManager. execute(ThreadedPlugIn plugIn, PlugInContext context)Executes the task in a separate thread, reporting progress in a dialog. -
Uses of ThreadedPlugIn in org.locationtech.jts.jump.workbench.ui.toolbox
Classes in org.locationtech.jts.jump.workbench.ui.toolbox that implement ThreadedPlugIn Modifier and Type Class Description classMainButtonPlugInConvenience superclass used in toolboxes that have one primary button.
-