Uses of Interface
com.bc.ceres.swing.selection.SelectionChangeEmitter
Packages that use SelectionChangeEmitter
Package
Description
-
Uses of SelectionChangeEmitter in com.bc.ceres.swing.figure
Subinterfaces of SelectionChangeEmitter in com.bc.ceres.swing.figureModifier and TypeInterfaceDescriptioninterfaceA 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 SelectionChangeEmitterModifier and TypeClassDescriptionclassA default implementation of a figure editor.class -
Uses of SelectionChangeEmitter in com.bc.ceres.swing.selection
Subinterfaces of SelectionChangeEmitter in com.bc.ceres.swing.selectionModifier and TypeInterfaceDescriptioninterfaceA selection context is aselection sourcewith additional capabilities, e.g.interfaceA selection manager is aselection sourcewhich receives its current selection from a knownselection context.interfaceA selection source holds a current selection and reports selection change events by emitting them to interestedselection change listeners.Classes in com.bc.ceres.swing.selection that implement SelectionChangeEmitterModifier and TypeClassDescriptionclassA handy base class for implementations of theSelectionContextinterface. -
Uses of SelectionChangeEmitter in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement SelectionChangeEmitterModifier and TypeClassDescriptionclassA selection provider that wraps aJList.classA default implementation of theSelectionContextinterface.classA default implementation of theSelectionManagerinterface.classA selection provider that wraps aJList.classA selection provider that wraps aJTable.classA selection provider that wraps aJTree.