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

Packages that use com.vividsolutions.jump.workbench.plugin
com.vividsolutions.jump.demo.delineation   
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   
 

Classes in com.vividsolutions.jump.workbench.plugin used by com.vividsolutions.jump.demo.delineation
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.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.
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.
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.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.
 

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.