Package com.bc.ceres.swing.selection
package com.bc.ceres.swing.selection
-
ClassDescriptionA handy base class for implementations of the
Selection
interface.A handy base class for implementations of theSelectionContext
interface.Represents a selection of zero, one or more items, e.g.Objects implementing this interface emit selection change events to interestedselection change listener
s.An event indicating that a selection or selection context change has occurred.Interface implemented by a class interested in hearing about selection change events.A selection context is aselection source
with additional capabilities, e.g.A selection manager is aselection source
which receives its current selection from a knownselection context
.A selection source holds a current selection and reports selection change events by emitting them to interestedselection change listener
s.