Uses of Class
com.bc.ceres.swing.selection.SelectionChangeEvent
-
Packages that use SelectionChangeEvent Package Description com.bc.ceres.swing.actions com.bc.ceres.swing.selection com.bc.ceres.swing.selection.support -
-
Uses of SelectionChangeEvent in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions with parameters of type SelectionChangeEvent Modifier and Type Method Description void
AbstractSelectionAction. selectionChanged(SelectionChangeEvent event)
void
PasteAction. selectionChanged(SelectionChangeEvent event)
void
AbstractSelectionAction. selectionContextChanged(SelectionChangeEvent event)
-
Uses of SelectionChangeEvent in com.bc.ceres.swing.selection
Methods in com.bc.ceres.swing.selection with parameters of type SelectionChangeEvent Modifier and Type Method Description void
AbstractSelectionChangeListener. selectionChanged(SelectionChangeEvent event)
void
SelectionChangeListener. selectionChanged(SelectionChangeEvent event)
A selection change occurred.void
AbstractSelectionChangeListener. selectionContextChanged(SelectionChangeEvent event)
void
SelectionChangeListener. selectionContextChanged(SelectionChangeEvent event)
Called if a selection context change occurred. -
Uses of SelectionChangeEvent in com.bc.ceres.swing.selection.support
Methods in com.bc.ceres.swing.selection.support that return SelectionChangeEvent Modifier and Type Method Description SelectionChangeEvent
SelectionChangeSupport. createEvent(SelectionContext selectionContext, Selection selection)
Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionChangeEvent Modifier and Type Method Description void
SelectionChangeSupport. fireSelectionChange(SelectionChangeEvent event)
void
SelectionChangeSupport. fireSelectionContextChange(SelectionChangeEvent event)
-