Package echopointng.model

Interface Summary
BoundedRangeModel Defines the data model used by components like ProgressBars and Sliders.
CalendarSelectionListener CalendarSelectionListener listeners to a CalendarSelectionModel.
CalendarSelectionModel Model interface for Calendar Selection
ColorSelectionModel Model interface for Color Selection
ColorSwatchModel The ColorSwatchModel is used to generate a series of "color swatches" possibly with descriptive names.
ExpansionModel A model that supports at most one indexed selection.
SingleSelectionModel A model that supports at most one indexed selection.
 

Class Summary
CalendarEvent CalendarEvent is passed to CalendarSelectionListener's when the CalendarSelectionModel changes.
DefaultBoundedRangeModel A generic implementation of BoundedRangeModel.
DefaultCalendarSelectionModel A generic implementation of CalendarSelectionModel.
DefaultColorSelectionModel A default implementation of ColorSelectionModel
DefaultExpansionModel A generic implementation of ExpansionModel.
DefaultMenuItemModel The default implementation of a menu item data model.
DefaultSingleSelectionModel A generic implementation of SingleSelectionModel.
ExpansionGroup ExpansionGroup is a collection of Expandable's which allows the expansion of only one Expandable at a time.
WebSafeColorSwatchModel WebSafeColorSwatchModel generates the Netscpae defined safe web colors.