Uses of Class
com.bc.ceres.swing.selection.AbstractSelection
-
Packages that use AbstractSelection Package Description com.bc.ceres.swing.selection com.bc.ceres.swing.selection.support -
-
Uses of AbstractSelection in com.bc.ceres.swing.selection
Methods in com.bc.ceres.swing.selection that return AbstractSelection Modifier and Type Method Description AbstractSelection
AbstractSelection. clone()
-
Uses of AbstractSelection in com.bc.ceres.swing.selection.support
Subclasses of AbstractSelection in com.bc.ceres.swing.selection.support Modifier and Type Class Description class
DefaultSelection<T>
A default implementation of theSelection
interface.
-