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 class
AbstractSelectionAction
An abstract base class for generic actions which depend and operate on the current selection abstraction.class
CopyAction
A generic 'copy' action.class
CutAction
A generic 'cut' action.class
DeleteAction
A generic 'delete' action.class
PasteAction
A generic 'paste' action.class
SelectAllAction
A 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 void
DefaultFigureEditor. addSelectionChangeListener(SelectionChangeListener listener)
void
FigureSelectionContext. addSelectionChangeListener(SelectionChangeListener listener)
void
DefaultFigureEditor. removeSelectionChangeListener(SelectionChangeListener listener)
void
FigureSelectionContext. 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 class
AbstractSelectionChangeListener
Methods 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 void
AbstractSelectionContext. addSelectionChangeListener(SelectionChangeListener listener)
void
SelectionChangeEmitter. addSelectionChangeListener(SelectionChangeListener listener)
Adds a selection change listener to this emitter.void
AbstractSelectionContext. removeSelectionChangeListener(SelectionChangeListener listener)
void
SelectionChangeEmitter. 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 void
DefaultSelectionManager. addSelectionChangeListener(SelectionChangeListener listener)
void
SelectionChangeSupport. addSelectionChangeListener(SelectionChangeListener listener)
void
DefaultSelectionManager. removeSelectionChangeListener(SelectionChangeListener listener)
void
SelectionChangeSupport. removeSelectionChangeListener(SelectionChangeListener listener)
-