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

Packages that use WorkbenchFrame
com.vividsolutions.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.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
com.vividsolutions.jump.workbench.ui.zoom   
 

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.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
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)