Uses of Interface
com.bc.ceres.swing.selection.SelectionChangeEmitter
-
Packages that use SelectionChangeEmitter Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support com.bc.ceres.swing.selection com.bc.ceres.swing.selection.support -
-
Uses of SelectionChangeEmitter in com.bc.ceres.swing.figure
Subinterfaces of SelectionChangeEmitter in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureEditor
A figure editor is used to insert, delete and modify figures stored in a figure collection. -
Uses of SelectionChangeEmitter in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement SelectionChangeEmitter Modifier and Type Class Description class
DefaultFigureEditor
A default implementation of a figure editor.class
FigureSelectionContext
-
Uses of SelectionChangeEmitter in com.bc.ceres.swing.selection
Subinterfaces of SelectionChangeEmitter in com.bc.ceres.swing.selection Modifier and Type Interface Description interface
SelectionContext
A selection context is aselection source
with additional capabilities, e.g.interface
SelectionManager
A selection manager is aselection source
which receives its current selection from a knownselection context
.interface
SelectionSource
A selection source holds a current selection and reports selection change events by emitting them to interestedselection change listener
s.Classes in com.bc.ceres.swing.selection that implement SelectionChangeEmitter Modifier and Type Class Description class
AbstractSelectionContext
A handy base class for implementations of theSelectionContext
interface. -
Uses of SelectionChangeEmitter in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement SelectionChangeEmitter Modifier and Type Class Description class
ComboBoxSelectionContext
A selection provider that wraps aJList
.class
DefaultSelectionContext
A default implementation of theSelectionContext
interface.class
DefaultSelectionManager
A default implementation of theSelectionManager
interface.class
ListSelectionContext
A selection provider that wraps aJList
.class
TableSelectionContext
A selection provider that wraps aJTable
.class
TreeSelectionContext
A selection provider that wraps aJTree
.
-