Uses of Class
org.locationtech.jts.jump.workbench.ui.WorkbenchFrame
-
Packages that use WorkbenchFrame Package Description org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.cursortool org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.zoom -
-
Uses of WorkbenchFrame in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench that return WorkbenchFrame Modifier and Type Method Description WorkbenchFrame
JUMPWorkbench. getFrame()
-
Uses of WorkbenchFrame in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return WorkbenchFrame Modifier and Type Method Description WorkbenchFrame
PlugInContext. getWorkbenchFrame()
-
Uses of WorkbenchFrame in org.locationtech.jts.jump.workbench.ui
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type WorkbenchFrame Constructor Description HTMLFrame(WorkbenchFrame workbenchFrame)
-
Uses of WorkbenchFrame in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool that return WorkbenchFrame Modifier and Type Method Description static WorkbenchFrame
AbstractCursorTool. workbenchFrame(LayerViewPanel layerViewPanel)
-
Uses of WorkbenchFrame in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type WorkbenchFrame Modifier and Type Method Description protected void
AbstractSaveProjectPlugIn. save(Task task, File file, WorkbenchFrame frame)
-
Uses of WorkbenchFrame in org.locationtech.jts.jump.workbench.ui.zoom
Constructors in org.locationtech.jts.jump.workbench.ui.zoom with parameters of type WorkbenchFrame Constructor Description ZoomBar(boolean showingSliderLabels, boolean showingRightSideLabel, WorkbenchFrame frame)
-