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 interfaceFigureEditorA 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 classDefaultFigureEditorA default implementation of a figure editor.classFigureSelectionContext -
Uses of SelectionChangeEmitter in com.bc.ceres.swing.selection
Subinterfaces of SelectionChangeEmitter in com.bc.ceres.swing.selection Modifier and Type Interface Description interfaceSelectionContextA selection context is aselection sourcewith additional capabilities, e.g.interfaceSelectionManagerA selection manager is aselection sourcewhich receives its current selection from a knownselection context.interfaceSelectionSourceA 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 SelectionChangeEmitter Modifier and Type Class Description classAbstractSelectionContextA 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 SelectionChangeEmitter Modifier and Type Class Description classComboBoxSelectionContextA selection provider that wraps aJList.classDefaultSelectionContextA default implementation of theSelectionContextinterface.classDefaultSelectionManagerA default implementation of theSelectionManagerinterface.classListSelectionContextA selection provider that wraps aJList.classTableSelectionContextA selection provider that wraps aJTable.classTreeSelectionContextA selection provider that wraps aJTree.
-