CalendarCombo(org.eclipse.swt.widgets.Composite parent,
int style,
CalendarCombo dependingCombo) |
Lets you create a depending CalendarCombo box, which, when no dates are set on the current one will set the
starting date when popped up to be the date of the pullDateFrom CalendarCombo, should that box have a date set in
it.
|
CalendarCombo(org.eclipse.swt.widgets.Composite parent,
int style,
CalendarCombo dependingCombo,
boolean allowDateRange) |
Lets you create a depending CalendarCombo box, which, when no dates are set on the current one will set the
starting date when popped up to be the date of the pullDateFrom CalendarCombo, should that box have a date set in
it.
|
CalendarCombo(org.eclipse.swt.widgets.Composite parent,
int style,
CalendarCombo dependingCombo,
ISettings settings,
IColorManager colorManager) |
Lets you create a depending CalendarCombo box, which, when no dates are set on the current one will set the
starting date when popped up to be the date of the pullDateFrom CalendarCombo, should that box have a date set in
it.
|
CalendarCombo(org.eclipse.swt.widgets.Composite parent,
int style,
CalendarCombo dependingCombo,
ISettings settings,
IColorManager colorManager,
boolean allowDateRange) |
Lets you create a depending CalendarCombo box, which, when no dates are set on the current one will set the
starting date when popped up to be the date of the pullDateFrom CalendarCombo, should that box have a date set in
it.
|
FlatCalendarCombo(CalendarCombo cc,
org.eclipse.swt.widgets.Composite parent,
int style) |
|