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 voidAbstractSelectionAction. selectionChanged(SelectionChangeEvent event)voidPasteAction. selectionChanged(SelectionChangeEvent event)voidAbstractSelectionAction. 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 voidAbstractSelectionChangeListener. selectionChanged(SelectionChangeEvent event)voidSelectionChangeListener. selectionChanged(SelectionChangeEvent event)A selection change occurred.voidAbstractSelectionChangeListener. selectionContextChanged(SelectionChangeEvent event)voidSelectionChangeListener. 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 SelectionChangeEventSelectionChangeSupport. createEvent(SelectionContext selectionContext, Selection selection)Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionChangeEvent Modifier and Type Method Description voidSelectionChangeSupport. fireSelectionChange(SelectionChangeEvent event)voidSelectionChangeSupport. fireSelectionContextChange(SelectionChangeEvent event)
-