Uses of Class
org.eclipse.nebula.widgets.calendarcombo.CalendarCombo

Packages that use CalendarCombo 
Package Description
org.eclipse.nebula.widgets.calendarcombo  
  • Uses of CalendarCombo in org.eclipse.nebula.widgets.calendarcombo

    Methods in org.eclipse.nebula.widgets.calendarcombo that return CalendarCombo 
    Modifier and Type Method Description
    CalendarCombo CalendarCombo.getDependingCombo()
    Returns the CalendarCombo that is the recipient of (end date) date range changes as well as date start date that will be used.
    Methods in org.eclipse.nebula.widgets.calendarcombo with parameters of type CalendarCombo 
    Modifier and Type Method Description
    void CalendarCombo.setDependingCombo​(CalendarCombo combo)
    Sets the CalendarCombo that will be the recipient of (end date) date range changes as well as date start date that will be used.
    Constructors in org.eclipse.nebula.widgets.calendarcombo with parameters of type CalendarCombo 
    Constructor Description
    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)