Uses of Interface
com.bc.ceres.swing.selection.SelectionManager
-
Packages that use SelectionManager Package Description com.bc.ceres.swing.actions com.bc.ceres.swing.demo com.bc.ceres.swing.selection.support -
-
Uses of SelectionManager in com.bc.ceres.swing.actions
Constructors in com.bc.ceres.swing.actions with parameters of type SelectionManager Constructor Description AbstractSelectionAction(SelectionManager selectionManager, String name, KeyStroke acceleratorKey, String iconResource)
CopyAction(SelectionManager selectionManager)
CutAction(SelectionManager selectionManager)
DeleteAction(SelectionManager selectionManager)
PasteAction(SelectionManager selectionManager)
SelectAllAction(SelectionManager selectionManager)
-
Uses of SelectionManager in com.bc.ceres.swing.demo
Methods in com.bc.ceres.swing.demo that return SelectionManager Modifier and Type Method Description SelectionManager
MultiSelectionSourceApp. getSelectionManager()
-
Uses of SelectionManager in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement SelectionManager Modifier and Type Class Description class
DefaultSelectionManager
A default implementation of theSelectionManager
interface.
-