Uses of Class
org.eclipse.nebula.widgets.cdatetime.CDateTime
Package | Description |
---|---|
org.eclipse.nebula.jface.cdatetime | |
org.eclipse.nebula.widgets.cdatetime | |
org.eclipse.nebula.widgets.cdatetime.css |
-
Uses of CDateTime in org.eclipse.nebula.jface.cdatetime
Fields in org.eclipse.nebula.jface.cdatetime declared as CDateTime Modifier and Type Field Description protected CDateTime
CDateTimeObservableValue. dateTime
The Control being observed here.Methods in org.eclipse.nebula.jface.cdatetime that return CDateTime Modifier and Type Method Description CDateTime
CDateTimeSelectionProvider. getCDateTime()
Constructors in org.eclipse.nebula.jface.cdatetime with parameters of type CDateTime Constructor Description CDateTimeObservableValue(CDateTime dateTime)
Observe the selection property of the provided CDateTime control.CDateTimeObservableValue(CDateTime dateTime, org.eclipse.core.databinding.observable.Realm realm)
Observe the selection property of the provided CDateTime control.CDateTimeSelectionProvider(CDateTime cdt)
-
Uses of CDateTime in org.eclipse.nebula.widgets.cdatetime
Fields in org.eclipse.nebula.widgets.cdatetime declared as CDateTime Modifier and Type Field Description protected CDateTime
CDateTimePainter. cdt
(package private) CDateTime
AnalogTimePicker. digitalClock
Methods in org.eclipse.nebula.widgets.cdatetime with parameters of type CDateTime Modifier and Type Method Description (package private) void
CDateTimePainter. setCDateTime(CDateTime cdt)
Constructors in org.eclipse.nebula.widgets.cdatetime with parameters of type CDateTime Constructor Description AnalogClockPainter(CDateTime cdt, AnalogTimePicker picker)
AnalogTimePicker(CDateTime parent)
AnalogTimePicker(CDateTime cdt, DatePicker parent)
DatePicker(CDateTime parent)
Constructs a new instance of this class given its parent, a style value describing its behavior and appearance, a date to which the initial selection will be set, and the locale to use.DiscreteTimePicker(CDateTime parent)
-
Uses of CDateTime in org.eclipse.nebula.widgets.cdatetime.css
Constructors in org.eclipse.nebula.widgets.cdatetime.css with parameters of type CDateTime Constructor Description CDateTimeElement(CDateTime widget, org.eclipse.e4.ui.css.core.engine.CSSEngine engine)