Uses of Package
com.vividsolutions.jump.workbench.plugin

Packages that use com.vividsolutions.jump.workbench.plugin
com.vividsolutions.jump.plugin.edit   
com.vividsolutions.jump.plugin.qa   
com.vividsolutions.jump.workbench   
com.vividsolutions.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench. 
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   
com.vividsolutions.jump.workbench.ui.cursortool   
com.vividsolutions.jump.workbench.ui.cursortool.editing   
com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
com.vividsolutions.jump.workbench.ui.plugin.analysis   
com.vividsolutions.jump.workbench.ui.plugin.clipboard   
com.vividsolutions.jump.workbench.ui.plugin.datastore   
com.vividsolutions.jump.workbench.ui.plugin.generate   
com.vividsolutions.jump.workbench.ui.plugin.imagery   
com.vividsolutions.jump.workbench.ui.plugin.scalebar   
com.vividsolutions.jump.workbench.ui.plugin.skin   
com.vividsolutions.jump.workbench.ui.plugin.test   
com.vividsolutions.jump.workbench.ui.plugin.wms   
com.vividsolutions.jump.workbench.ui.renderer.style   
com.vividsolutions.jump.workbench.ui.snap   
com.vividsolutions.jump.workbench.ui.style   
com.vividsolutions.jump.workbench.ui.task   
com.vividsolutions.jump.workbench.ui.toolbox   
com.vividsolutions.jump.workbench.ui.warp   
com.vividsolutions.jump.workbench.ui.zoom   
de.fho.jump.pirol.plugins.EditAttributeByFormula   
de.fho.jump.pirol.utilities.plugIns   
de.latlon.deejump.plugin   
de.latlon.deejump.plugin.manager   
de.latlon.deejump.plugin.style   
org.openjump.core.apitools   
org.openjump.core.ccordsys.srid   
org.openjump.core.geomutils.algorithm   
org.openjump.core.rasterimage   
org.openjump.core.ui   
org.openjump.core.ui.enablecheck   
org.openjump.core.ui.plugin   
org.openjump.core.ui.plugin.customize   
org.openjump.core.ui.plugin.edit   
org.openjump.core.ui.plugin.edit.helpclassesselection   
org.openjump.core.ui.plugin.edittoolbox   
org.openjump.core.ui.plugin.edittoolbox.cursortools   
org.openjump.core.ui.plugin.file   
org.openjump.core.ui.plugin.layer   
org.openjump.core.ui.plugin.layer.pirolraster   
org.openjump.core.ui.plugin.mousemenu   
org.openjump.core.ui.plugin.mousemenu.category   
org.openjump.core.ui.plugin.queries   
org.openjump.core.ui.plugin.style   
org.openjump.core.ui.plugin.tools   
org.openjump.core.ui.plugin.tools.generalization   
org.openjump.core.ui.plugin.tools.geometrychange   
org.openjump.core.ui.plugin.tools.statistics   
org.openjump.core.ui.plugin.view   
org.openjump.core.ui.plugin.view.helpclassescale   
org.openjump.core.ui.plugin.window   
org.openjump.core.ui.plugin.wms   
org.openjump.core.ui.swing.listener   
org.openjump.io   
org.openjump.sigle.plugin.joinTable   
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.plugin.edit
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.plugin.qa
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
PlugInManager
          Loads plug-ins (or more precisely, Extensions), and any JAR files that they depend on, from the plug-in directory.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.datasource
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.plugin
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
Configuration
          The Workbench searches the JARs in its lib/ext directory for Configurations.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
EnableCheckFactory
          Creates basic EnableChecks.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
PlugInManager
          Loads plug-ins (or more precisely, Extensions), and any JAR files that they depend on, from the plug-in directory.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.cursortool
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.cursortool.editing
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheckFactory
          Creates basic EnableChecks.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.analysis
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.clipboard
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MacroPlugIn
          A sequence of plug-ins treated as one.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.datastore
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.generate
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.imagery
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.scalebar
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.skin
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.test
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.plugin.wms
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.renderer.style
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.snap
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.style
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.task
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.toolbox
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.warp
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
EnableCheckFactory
          Creates basic EnableChecks.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.workbench.ui.zoom
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by de.fho.jump.pirol.plugins.EditAttributeByFormula
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by de.fho.jump.pirol.utilities.plugIns
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheckFactory
          Creates basic EnableChecks.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by de.latlon.deejump.plugin
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by de.latlon.deejump.plugin.manager
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
Configuration
          The Workbench searches the JARs in its lib/ext directory for Configurations.
Extension
          The "entry point" into a JAR file containing PlugIns.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by de.latlon.deejump.plugin.style
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.apitools
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ccordsys.srid
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.geomutils.algorithm
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.rasterimage
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.enablecheck
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.customize
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.edit
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.edit.helpclassesselection
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.edittoolbox
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.edittoolbox.cursortools
EnableCheckFactory
          Creates basic EnableChecks.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.file
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.layer
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.layer.pirolraster
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MacroPlugIn
          A sequence of plug-ins treated as one.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.mousemenu
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.mousemenu.category
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.queries
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.style
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.tools
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.tools.generalization
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.tools.geometrychange
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
ThreadedPlugIn
          A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.tools.statistics
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.view
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
MultiEnableCheck
          A sequence of EnableChecks treated as one.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.view.helpclassescale
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.window
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.plugin.wms
AbstractPlugIn
          Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.
PlugIn
           Plug-ins are code modules that can be easily added to or removed from JUMP Workbench.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.core.ui.swing.listener
EnableCheck
          A test for whether to enable or disable a menu, toolbar button, or other component.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.io
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
 

Classes in com.vividsolutions.jump.workbench.plugin used by org.openjump.sigle.plugin.joinTable
Configuration
          The Workbench searches the JARs in its lib/ext directory for Configurations.
Extension
          The "entry point" into a JAR file containing PlugIns.
PlugInContext
          Passed to PlugIns to enable them to access the rest of the JUMP Workbench.