Uses of Class
com.vividsolutions.jump.workbench.ui.AbstractSelection
-
Packages that use AbstractSelection Package Description com.vividsolutions.jump.workbench.ui com.vividsolutions.jump.workbench.ui.cursortool org.openjump.core.ui.plugin.edit org.openjump.core.ui.plugin.tools -
-
Uses of AbstractSelection in com.vividsolutions.jump.workbench.ui
Subclasses of AbstractSelection in com.vividsolutions.jump.workbench.ui Modifier and Type Class Description class
FeatureSelection
A collection of selectedFeatures
class
LineStringSelection
A collection of selectedLineStrings
.class
PartSelection
A collection of selectedGeometry
objects (parts of larger selections).Methods in com.vividsolutions.jump.workbench.ui that return AbstractSelection Modifier and Type Method Description protected AbstractSelection
AbstractSelection. getChild()
protected AbstractSelection
AbstractSelection. getParent()
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type AbstractSelection Modifier and Type Method Description Collection<AbstractSelection>
SelectionManager. getSelections()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type AbstractSelection Modifier and Type Method Description void
AbstractSelection. setChild(AbstractSelection child)
void
AbstractSelection. setParent(AbstractSelection parent)
-
Uses of AbstractSelection in com.vividsolutions.jump.workbench.ui.cursortool
Fields in com.vividsolutions.jump.workbench.ui.cursortool declared as AbstractSelection Modifier and Type Field Description protected AbstractSelection
SelectTool. selection
-
Uses of AbstractSelection in org.openjump.core.ui.plugin.edit
Fields in org.openjump.core.ui.plugin.edit declared as AbstractSelection Modifier and Type Field Description protected AbstractSelection
SelectByTypePlugIn. selection
-
Uses of AbstractSelection in org.openjump.core.ui.plugin.tools
Fields in org.openjump.core.ui.plugin.tools declared as AbstractSelection Modifier and Type Field Description protected AbstractSelection
DeleteEmptyGeometriesPlugIn. selection
-