Uses of Class
com.vividsolutions.jump.workbench.ui.WorkbenchFrame
-
Packages that use WorkbenchFrame Package Description 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.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.rasterimage.algorithms org.openjump.core.ui.plugin.raster org.openjump.core.ui.util -
-
Uses of WorkbenchFrame in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return WorkbenchFrame Modifier and Type Method Description WorkbenchFrame
JUMPWorkbench. getFrame()
-
Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return WorkbenchFrame Modifier and Type Method Description WorkbenchFrame
PlugInContext. getWorkbenchFrame()
-
Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return WorkbenchFrame Modifier and Type Method Description WorkbenchFrame
LayerViewPanel. getWorkBenchFrame()
Find the parent WorkBenchFrame.Constructors in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchFrame Constructor Description HTMLFrame(WorkbenchFrame workbenchFrame)
-
Uses of WorkbenchFrame in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchFrame Modifier and Type Method Description void
OpenProjectPlugIn. open(File file, WorkbenchFrame workbenchFrame)
Deprecated.protected void
AbstractSaveProjectPlugIn. save(Task task, 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 Constructor Description ZoomBar(boolean showingSliderLabels, boolean showingRightSideLabel, WorkbenchFrame frame)
-
Uses of WorkbenchFrame in org.openjump.core.rasterimage.algorithms
Fields in org.openjump.core.rasterimage.algorithms declared as WorkbenchFrame Modifier and Type Field Description static WorkbenchFrame
GenericRasterAlgorithm. frame
static WorkbenchFrame
KernelAlgorithm. frame
static WorkbenchFrame
VectorizeAlgorithm. frame
-
Uses of WorkbenchFrame in org.openjump.core.ui.plugin.raster
Fields in org.openjump.core.ui.plugin.raster declared as WorkbenchFrame Modifier and Type Field Description static WorkbenchFrame
CropWarpPlugIn. frame
static WorkbenchFrame
ManageDataPlugIn. frame
static WorkbenchFrame
Utils. frame
static WorkbenchFrame
ProfileGraphGUI. wFrame
-
Uses of WorkbenchFrame in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type WorkbenchFrame Modifier and Type Method Description static void
ExceptionUtil. reportExceptions(List<Throwable> exceptions, DataSourceQuery dataSourceQuery, WorkbenchFrame workbenchFrame, HTMLFrame outputFrame)
-