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 TypeMethodDescriptionvoid
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 SelectionChangeEventModifier and TypeMethodDescriptionvoid
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 SelectionChangeEventModifier and TypeMethodDescriptionSelectionChangeSupport.createEvent
(SelectionContext selectionContext, Selection selection) Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionChangeEventModifier and TypeMethodDescriptionvoid
SelectionChangeSupport.fireSelectionChange
(SelectionChangeEvent event) void
SelectionChangeSupport.fireSelectionContextChange
(SelectionChangeEvent event)