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 WorkbenchFrameJUMPWorkbench. 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 WorkbenchFramePlugInContext. 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 WorkbenchFrameLayerViewPanel. 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 voidOpenProjectPlugIn. open(File file, WorkbenchFrame workbenchFrame)Deprecated.protected voidAbstractSaveProjectPlugIn. 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 WorkbenchFrameGenericRasterAlgorithm. framestatic WorkbenchFrameKernelAlgorithm. framestatic WorkbenchFrameVectorizeAlgorithm. 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 WorkbenchFrameCropWarpPlugIn. framestatic WorkbenchFrameManageDataPlugIn. framestatic WorkbenchFrameUtils. framestatic WorkbenchFrameProfileGraphGUI. 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 voidExceptionUtil. reportExceptions(List<Throwable> exceptions, DataSourceQuery dataSourceQuery, WorkbenchFrame workbenchFrame, HTMLFrame outputFrame)
-