Uses of Class
com.bc.ceres.swing.selection.SelectionChangeEvent
Packages that use SelectionChangeEvent
Package
Description
-
Uses of SelectionChangeEvent in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions with parameters of type SelectionChangeEventModifier and TypeMethodDescriptionvoidAbstractSelectionAction.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 SelectionChangeEventModifier and TypeMethodDescriptionvoidAbstractSelectionChangeListener.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 SelectionChangeEventModifier and TypeMethodDescriptionSelectionChangeSupport.createEvent(SelectionContext selectionContext, Selection selection) Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionChangeEventModifier and TypeMethodDescriptionvoidSelectionChangeSupport.fireSelectionChange(SelectionChangeEvent event) voidSelectionChangeSupport.fireSelectionContextChange(SelectionChangeEvent event)