Uses of Class
org.locationtech.jts.jump.workbench.plugin.ThreadedBasePlugIn
-
Packages that use ThreadedBasePlugIn 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.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.test org.locationtech.jts.jump.workbench.ui.toolbox -
-
Uses of ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.datasource
Subclasses of ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.datasource 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 ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.ui.plugin
Subclasses of ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.ui.plugin Modifier and Type Class Description class
LoadDatasetPlugIn
class
OpenProjectPlugIn
class
SaveDatasetAsPlugIn
-
Uses of ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.ui.plugin.test
Subclasses of ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.ui.plugin.test Modifier and Type Class Description class
ProgressReportingPlugIn
-
Uses of ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.ui.toolbox
Subclasses of ThreadedBasePlugIn in org.locationtech.jts.jump.workbench.ui.toolbox Modifier and Type Class Description class
MainButtonPlugIn
Convenience superclass used in toolboxes that have one primary button.
-