Uses of Class
com.vividsolutions.jump.workbench.ui.WorkbenchFrame

Packages that use WorkbenchFrame
com.vividsolutions.jump.workbench   
com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries. 
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.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
com.vividsolutions.jump.workbench.ui.zoom   
org.openjump.core.apitools   
org.openjump.core.ui.util   
 

Uses of WorkbenchFrame in com.vividsolutions.jump.workbench
 

Methods in com.vividsolutions.jump.workbench that return WorkbenchFrame
 WorkbenchFrame JUMPWorkbench.getFrame()
           
 

Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.model
 

Methods in com.vividsolutions.jump.workbench.model with parameters of type WorkbenchFrame
 void LayerManager.dispose(WorkbenchFrame frame, Layerable layerable)
          SIGLE [obedel] on 2005 then [mmichaud] on 2007-05-22 To free the memory allocated for a layer Called by RemoveSelectedLayersPlugin
 

Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin that return WorkbenchFrame
 WorkbenchFrame PlugInContext.getWorkbenchFrame()
           
 

Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.ui
 

Constructors in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchFrame
HTMLFrame(WorkbenchFrame workbenchFrame)
           
 

Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.ui.cursortool
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool that return WorkbenchFrame
static WorkbenchFrame AbstractCursorTool.workbenchFrame(LayerViewPanel layerViewPanel)
           
 

Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.ui.plugin
 

Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchFrame
 void OpenProjectPlugIn.open(java.io.File file, WorkbenchFrame workbenchFrame)
           
protected  void AbstractSaveProjectPlugIn.save(Task task, java.io.File file, WorkbenchFrame frame)
           
 

Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.ui.zoom
 

Constructors in com.vividsolutions.jump.workbench.ui.zoom with parameters of type WorkbenchFrame
ZoomBar(boolean showingSliderLabels, boolean showingRightSideLabel, WorkbenchFrame frame)
           
 

Uses of WorkbenchFrame in org.openjump.core.apitools
 

Methods in org.openjump.core.apitools with parameters of type WorkbenchFrame
static PlugInContext PlugInContextTools.getContext(WorkbenchFrame wbFrame)
          Get the PlugIn context out of a WorkbenchFrame.
 

Uses of WorkbenchFrame in org.openjump.core.ui.util
 

Methods in org.openjump.core.ui.util with parameters of type WorkbenchFrame
static void ExceptionUtil.reportExceptions(java.util.ArrayList exceptions, DataSourceQuery dataSourceQuery, WorkbenchFrame workbenchFrame, HTMLFrame outputFrame)