Uses of Interface
com.bc.ceres.swing.selection.SelectionSource
Packages that use SelectionSource
Package
Description
-
Uses of SelectionSource in com.bc.ceres.swing.figure
Subinterfaces of SelectionSource in com.bc.ceres.swing.figureModifier and TypeInterfaceDescriptioninterface
A figure editor is used to insert, delete and modify figures stored in a figure collection. -
Uses of SelectionSource in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement SelectionSourceModifier and TypeClassDescriptionclass
A default implementation of a figure editor.class
-
Uses of SelectionSource in com.bc.ceres.swing.selection
Subinterfaces of SelectionSource in com.bc.ceres.swing.selectionModifier and TypeInterfaceDescriptioninterface
A selection context is aselection source
with additional capabilities, e.g.interface
A selection manager is aselection source
which receives its current selection from a knownselection context
.Classes in com.bc.ceres.swing.selection that implement SelectionSourceModifier and TypeClassDescriptionclass
A handy base class for implementations of theSelectionContext
interface. -
Uses of SelectionSource in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement SelectionSourceModifier and TypeClassDescriptionclass
A selection provider that wraps aJList
.class
A default implementation of theSelectionContext
interface.class
A default implementation of theSelectionManager
interface.class
A selection provider that wraps aJList
.class
A selection provider that wraps aJTable
.class
A selection provider that wraps aJTree
.