Uses of Class
org.eclipse.nebula.cwt.v.VPanel
-
Packages that use VPanel Package Description org.eclipse.nebula.cwt.base org.eclipse.nebula.cwt.v org.eclipse.nebula.widgets.cdatetime -
-
Uses of VPanel in org.eclipse.nebula.cwt.base
Fields in org.eclipse.nebula.cwt.base declared as VPanel Modifier and Type Field Description protected VPanelBaseCombo. panelThe VPanel that is the base of this widget.Methods in org.eclipse.nebula.cwt.base with parameters of type VPanel Modifier and Type Method Description protected org.eclipse.swt.graphics.PointBaseCombo.DropComboLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected voidBaseCombo.DropComboLayout. layout(VPanel panel, boolean flushCache) -
Uses of VPanel in org.eclipse.nebula.cwt.v
Fields in org.eclipse.nebula.cwt.v declared as VPanel Modifier and Type Field Description private VPanelVCanvas. panel(package private) VPanelVControl. parentFields in org.eclipse.nebula.cwt.v with type parameters of type VPanel Modifier and Type Field Description private java.util.Map<org.eclipse.swt.widgets.Composite,VPanel>VTracker. panelsMethods in org.eclipse.nebula.cwt.v that return VPanel Modifier and Type Method Description VPanelVCanvas. getPanel()VPanelVControl. getParent()Methods in org.eclipse.nebula.cwt.v with parameters of type VPanel Modifier and Type Method Description (package private) static voidVTracker. addTopLevelPanel(VPanel panel)protected org.eclipse.swt.graphics.PointVGridLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected abstract org.eclipse.swt.graphics.PointVLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected org.eclipse.swt.graphics.PointVSimpleLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected org.eclipse.swt.graphics.PointVStackLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)static <T extends org.eclipse.swt.widgets.Control>
VNative<T>VNative. create(java.lang.Class<T> type, VPanel parent, int style)private voidVGridLayout. doLayout(VPanel parent, VControl[] children)private VControl[]VGridLayout. getChildren(VPanel parent)private VControlVTracker. getNewFocus(VPanel panel)protected voidVGridLayout. layout(VPanel panel, boolean flushCache)protected abstract voidVLayout. layout(VPanel panel, boolean flushCache)protected voidVSimpleLayout. layout(VPanel panel, boolean flushCache)protected voidVStackLayout. layout(VPanel panel, boolean flushCache)voidVControl. setParent(VPanel panel)Constructors in org.eclipse.nebula.cwt.v with parameters of type VPanel Constructor Description VButton(VPanel panel, int style)ConstructorVControl(VPanel panel, int style)Javadoc out of date // TODO: update javadocVLabel(VPanel panel, int style)VNative(VPanel panel, int style)VPanel(VPanel panel, int style)VSpacer(VPanel panel, int style) -
Uses of VPanel in org.eclipse.nebula.widgets.cdatetime
Subclasses of VPanel in org.eclipse.nebula.widgets.cdatetime Modifier and Type Class Description (package private) classAnalogTimePicker(package private) classDatePicker(package private) classDiscreteTimePickerFields in org.eclipse.nebula.widgets.cdatetime declared as VPanel Modifier and Type Field Description private VPanelCDatePanel. bodyprivate VPanelDatePicker. bodyprivate VPanel[]DatePicker. bodyPanelsprivate VPanelDatePicker. dayPanel(package private) VPanelAnalogTimePicker. dialPanelprivate VPanelDatePicker. footerprivate VPanelCDatePanel. headerprivate VPanelDatePicker. header(package private) VPanelDatePicker. monthPanelprivate VPanelCDatePanel. panel(package private) VPanelCDateTime. pickerprivate VPanelDatePicker. picker(package private) VPanelCDateTime. pickerPanel(package private) VPanelDatePicker. yearPanelMethods in org.eclipse.nebula.widgets.cdatetime that return VPanel Modifier and Type Method Description VPanelCDatePanel. getPanel()protected VPanelCDateTimePainter. getPicker()Methods in org.eclipse.nebula.widgets.cdatetime with parameters of type VPanel Modifier and Type Method Description protected org.eclipse.swt.graphics.PointAnalogTimePicker.BaseLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected org.eclipse.swt.graphics.PointAnalogTimePicker.DialLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected org.eclipse.swt.graphics.PointCDateTime.SpinnerLayout. computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)private voidCDateTime. createPickerToolbar(VPanel parent)protected voidAnalogTimePicker.BaseLayout. layout(VPanel panel, boolean flushCache)protected voidAnalogTimePicker.DialLayout. layout(VPanel panel, boolean flushCache)protected voidCDateTime.SpinnerLayout. layout(VPanel panel, boolean flushCache)protected voidAnalogClockPainter. paintFace(VPanel panel, org.eclipse.swt.widgets.Event e)protected voidAnalogClockPainter. paintHourHand(VPanel panel, org.eclipse.swt.widgets.Event e, int angle)protected voidAnalogClockPainter. paintMinuteHand(VPanel panel, org.eclipse.swt.widgets.Event e, int angle)protected voidAnalogClockPainter. paintSecondHand(VPanel panel, org.eclipse.swt.widgets.Event e, int angle)
-