Uses of Interface
org.locationtech.jts.jump.workbench.ui.OptionsPanel
-
Packages that use OptionsPanel Package Description org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.plugin.skin org.locationtech.jts.jump.workbench.ui.snap -
-
Uses of OptionsPanel in org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.jump.workbench.ui that implement OptionsPanel Modifier and Type Class Description class
EditOptionsPanel
Implements anOptionsPanel
for Edit.class
SnapVerticesToolsOptionsPanel
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type OptionsPanel Modifier and Type Method Description void
OptionsDialog. addTab(String title, Icon icon, OptionsPanel panel)
void
OptionsDialog. addTab(String title, OptionsPanel panel)
-
Uses of OptionsPanel in org.locationtech.jts.jump.workbench.ui.plugin.skin
Classes in org.locationtech.jts.jump.workbench.ui.plugin.skin that implement OptionsPanel Modifier and Type Class Description class
SkinOptionsPanel
Implements anOptionsPanel
to allow skin selection. -
Uses of OptionsPanel in org.locationtech.jts.jump.workbench.ui.snap
Classes in org.locationtech.jts.jump.workbench.ui.snap that implement OptionsPanel Modifier and Type Class Description class
SnapOptionsPanel
-