Package | Description |
---|---|
org.eclipse.nebula.widgets.calendarcombo |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSettings |
class |
DefaultSettings |
Constructor and Description |
---|
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.
|
CalendarCombo(org.eclipse.swt.widgets.Composite parent,
int style,
ISettings settings,
IColorManager colorManager)
Creates a new calendar mCombo box with the given style, ISettings and IColorManager implementations.
|
CalendarCombo(org.eclipse.swt.widgets.Composite parent,
int style,
ISettings settings,
IColorManager colorManager,
boolean allowDateRange)
Creates a new calendar mCombo box with the given style, ISettings and IColorManager implementations.
|
CalendarComposite(org.eclipse.swt.widgets.Composite parent,
java.util.Calendar selectedDay,
java.util.Calendar disallowBeforeDate,
java.util.Calendar disallowAfterDate,
IColorManager colorManager,
ISettings settings,
boolean dateRange,
java.util.Calendar rangeStart,
java.util.Calendar rangeEnd) |
MonthPick(org.eclipse.swt.widgets.Composite parent,
int style,
java.util.Calendar start,
CalendarComposite cc,
ISettings settings,
java.util.Locale locale) |