Uses of Class
org.locationtech.jts.jump.workbench.ui.toolbox.ToolboxDialog
-
Packages that use ToolboxDialog Package Description org.locationtech.jts.jump.workbench.ui.cursortool.editing 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.toolbox org.locationtech.jts.jump.workbench.ui.warp org.locationtech.jts.jump.workbench.ui.zoom -
-
Uses of ToolboxDialog in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type ToolboxDialog Modifier and Type Method Description protected voidEditingPlugIn. initializeToolbox(ToolboxDialog toolbox) -
Uses of ToolboxDialog in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type ToolboxDialog Modifier and Type Method Description protected voidBeanShellPlugIn. initializeToolbox(ToolboxDialog toolbox) -
Uses of ToolboxDialog in org.locationtech.jts.jump.workbench.ui.toolbox
Methods in org.locationtech.jts.jump.workbench.ui.toolbox that return ToolboxDialog Modifier and Type Method Description ToolboxDialogToolboxPlugIn. getToolbox(WorkbenchContext context)Methods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type ToolboxDialog Modifier and Type Method Description protected abstract voidToolboxPlugIn. initializeToolbox(ToolboxDialog toolbox)Constructors in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type ToolboxDialog Constructor Description ToolboxStateManager(ToolboxDialog toolbox)ToolboxStateManager(ToolboxDialog toolbox, Map customComponentClassToStrategyMap) -
Uses of ToolboxDialog in org.locationtech.jts.jump.workbench.ui.warp
Methods in org.locationtech.jts.jump.workbench.ui.warp with parameters of type ToolboxDialog Modifier and Type Method Description protected voidWarpingPlugIn. initializeToolbox(ToolboxDialog toolbox)Constructors in org.locationtech.jts.jump.workbench.ui.warp with parameters of type ToolboxDialog Constructor Description WarpingPanel(ToolboxDialog toolbox) -
Uses of ToolboxDialog in org.locationtech.jts.jump.workbench.ui.zoom
Methods in org.locationtech.jts.jump.workbench.ui.zoom with parameters of type ToolboxDialog Modifier and Type Method Description protected voidZoomBarPlugIn. initializeToolbox(ToolboxDialog toolbox)
-