Interface SelectionSource

All Superinterfaces:
SelectionChangeEmitter
All Known Subinterfaces:
FigureEditor, SelectionContext, SelectionManager
All Known Implementing Classes:
AbstractSelectionContext, ComboBoxSelectionContext, DefaultFigureEditor, DefaultSelectionContext, DefaultSelectionManager, FigureSelectionContext, ListSelectionContext, TableSelectionContext, TreeSelectionContext

public interface SelectionSource extends SelectionChangeEmitter
A selection source holds a current selection and reports selection change events by emitting them to interested selection change listeners.

This interface may be implemented by clients.

Since:
Ceres 0.10