Uses of Interface
com.bc.ceres.swing.selection.SelectionManager
Packages that use SelectionManager
Package
Description
-
Uses of SelectionManager in com.bc.ceres.swing.actions
Constructors in com.bc.ceres.swing.actions with parameters of type SelectionManagerModifierConstructorDescriptionprotected
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 -
Uses of SelectionManager in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement SelectionManagerModifier and TypeClassDescriptionclass
A default implementation of theSelectionManager
interface.