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 class
LoadDatasetPlugIn
Prompts the user to pick a dataset to load.class
SaveDatasetAsPlugIn
Prompts 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 class
ThreadedBasePlugIn
Convenience 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 class
LoadDatasetPlugIn
class
LoadDatasetToCategoryPlugIn
class
OpenProjectPlugIn
class
SaveDatasetAsPlugIn
class
ValidateSelectedLayersPlugIn
-
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 class
BufferPlugIn
class
GeometryFunctionPlugIn
Provides basic functions for computation withGeometry
objects.class
OverlayPlugIn
Creates a new layer containing intersections of all pairs of features from two input layers.class
UnionPlugIn
-
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 class
ProgressReportingPlugIn
-
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 void
TaskMonitorManager. 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 class
MainButtonPlugIn
Convenience superclass used in toolboxes that have one primary button.
-