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 classFeatureSelectionA collection of selectedFeaturesclassLineStringSelectionA collection of selectedLineStrings.classPartSelectionA collection of selectedGeometryobjects (parts of larger selections).Methods in com.vividsolutions.jump.workbench.ui that return AbstractSelection Modifier and Type Method Description protected AbstractSelectionAbstractSelection. getChild()protected AbstractSelectionAbstractSelection. 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 voidAbstractSelection. setChild(AbstractSelection child)voidAbstractSelection. 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 AbstractSelectionSelectTool. 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 AbstractSelectionSelectByTypePlugIn. 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 AbstractSelectionDeleteEmptyGeometriesPlugIn. selection
-