Uses of Class
org.eclipse.nebula.widgets.cdatetime.CDateTime
-
Packages that use 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 private CDateTime
CDateTimeCellEditor. cdt
The CDateTime control; initial selection is the time of instantiationprivate CDateTime
CDateTimeSelectionProvider. cdt
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 private CDateTime
AnalogClockPainter. cdt
private CDateTime
AnalogTimePicker. cdt
protected CDateTime
CDateTimePainter. cdt
private CDateTime
DatePicker. cdt
private CDateTime
DiscreteTimePicker. cdt
(package private) CDateTime
AnalogTimePicker. digitalClock
Fields in org.eclipse.nebula.widgets.cdatetime with type parameters of type CDateTime Modifier and Type Field Description private java.util.List<VNative<CDateTime>>
CDatePanel. pickers
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
Methods in org.eclipse.nebula.widgets.cdatetime.css with parameters of type CDateTime Modifier and Type Method Description private void
CDateTimePropertyHandler. applyFontForPicker(CDateTime widget, org.eclipse.swt.graphics.FontData fd)
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)
-