|
Class Summary |
| AbstractCombo |
is an abstract implementation of a custom SWT combo. |
| CFocusableComposite |
is a composite which can embed controls and shows focus border by request. |
| DateEdit |
is an editor for the date in a text format. |
| DatePicker |
is a combo providing date editing with DateEdit control and a
drop-down with DateSelector control. |
| DateSelector |
is a flat calendar control allowing to select single date. |
| Example |
|
| StackComposite |
is an composite laying out child controls in a stack one over another, so
only one is visible. |
| TimeZonePicker |
is a drop-down combo for TimeZone selection. |
| ToolButton |
Instances of this class represent a selectable user interface object that
issues notification when pressed and released. |
| UIImages |
is a cache of net.sf.ecl.datepicker.images. |
| UIMessages |
is a collection of messages used by the controls mostly for tips as locale
specific names of weekdays and monthes are got from the locale. |
| WeekSelector |
is a week of selection control. |