Uses of Interface
com.bc.ceres.swing.selection.SelectionChangeListener
-
Packages that use SelectionChangeListener Package Description com.bc.ceres.swing.actions com.bc.ceres.swing.figure.support com.bc.ceres.swing.selection com.bc.ceres.swing.selection.support -
-
Uses of SelectionChangeListener in com.bc.ceres.swing.actions
Classes in com.bc.ceres.swing.actions that implement SelectionChangeListener Modifier and Type Class Description classAbstractSelectionActionAn abstract base class for generic actions which depend and operate on the current selection abstraction.classCopyActionA generic 'copy' action.classCutActionA generic 'cut' action.classDeleteActionA generic 'delete' action.classPasteActionA generic 'paste' action.classSelectAllActionA generic 'select all' action. -
Uses of SelectionChangeListener in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that return SelectionChangeListener Modifier and Type Method Description SelectionChangeListener[]DefaultFigureEditor. getSelectionChangeListeners()SelectionChangeListener[]FigureSelectionContext. getSelectionChangeListeners()Methods in com.bc.ceres.swing.figure.support with parameters of type SelectionChangeListener Modifier and Type Method Description voidDefaultFigureEditor. addSelectionChangeListener(SelectionChangeListener listener)voidFigureSelectionContext. addSelectionChangeListener(SelectionChangeListener listener)voidDefaultFigureEditor. removeSelectionChangeListener(SelectionChangeListener listener)voidFigureSelectionContext. removeSelectionChangeListener(SelectionChangeListener listener) -
Uses of SelectionChangeListener in com.bc.ceres.swing.selection
Classes in com.bc.ceres.swing.selection that implement SelectionChangeListener Modifier and Type Class Description classAbstractSelectionChangeListenerMethods in com.bc.ceres.swing.selection that return SelectionChangeListener Modifier and Type Method Description SelectionChangeListener[]AbstractSelectionContext. getSelectionChangeListeners()SelectionChangeListener[]SelectionChangeEmitter. getSelectionChangeListeners()Gets all registered selection change listeners.Methods in com.bc.ceres.swing.selection with parameters of type SelectionChangeListener Modifier and Type Method Description voidAbstractSelectionContext. addSelectionChangeListener(SelectionChangeListener listener)voidSelectionChangeEmitter. addSelectionChangeListener(SelectionChangeListener listener)Adds a selection change listener to this emitter.voidAbstractSelectionContext. removeSelectionChangeListener(SelectionChangeListener listener)voidSelectionChangeEmitter. removeSelectionChangeListener(SelectionChangeListener listener)Removes a selection change listener from this emitter. -
Uses of SelectionChangeListener in com.bc.ceres.swing.selection.support
Methods in com.bc.ceres.swing.selection.support that return SelectionChangeListener Modifier and Type Method Description SelectionChangeListener[]DefaultSelectionManager. getSelectionChangeListeners()SelectionChangeListener[]SelectionChangeSupport. getSelectionChangeListeners()Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionChangeListener Modifier and Type Method Description voidDefaultSelectionManager. addSelectionChangeListener(SelectionChangeListener listener)voidSelectionChangeSupport. addSelectionChangeListener(SelectionChangeListener listener)voidDefaultSelectionManager. removeSelectionChangeListener(SelectionChangeListener listener)voidSelectionChangeSupport. removeSelectionChangeListener(SelectionChangeListener listener)
-