Uses of Interface
org.locationtech.jts.jump.workbench.Setup
-
Packages that use Setup Package Description org.locationtech.jts.jump.workbench -
-
Uses of Setup in org.locationtech.jts.jump.workbench
Classes in org.locationtech.jts.jump.workbench that implement Setup Modifier and Type Class Description class
JUMPConfiguration
Initializes the Workbench with various menus and cursor tools.Methods in org.locationtech.jts.jump.workbench with parameters of type Setup Modifier and Type Method Description static void
JUMPWorkbench. main(String[] args, String title, Setup setup, JComponent splashComponent, TaskMonitor taskMonitor)
setupClass is specified as a String to prevent it from being loaded before we display the splash screen, in case setupClass takes a long time to load.
-