Uses of Class
org.eclipse.nebula.cwt.v.VControl
-
Packages that use VControl Package Description org.eclipse.nebula.cwt.base org.eclipse.nebula.cwt.v org.eclipse.nebula.widgets.cdatetime -
-
Uses of VControl in org.eclipse.nebula.cwt.base
Fields in org.eclipse.nebula.cwt.base declared as VControl Modifier and Type Field Description private VControl
BaseCombo. positionControl
private VControl
BaseCombo. stretchControl
Methods in org.eclipse.nebula.cwt.base that return VControl Modifier and Type Method Description protected VControl
BaseCombo. getStretchControl()
Methods in org.eclipse.nebula.cwt.base with parameters of type VControl Modifier and Type Method Description protected void
BaseCombo. setPositionControl(VControl positionControl)
sets the control to which the popup will align itself -
Uses of VControl in org.eclipse.nebula.cwt.v
Subclasses of VControl in org.eclipse.nebula.cwt.v Modifier and Type Class Description class
VButton
Control to mimic a button.class
VLabel
class
VNative<T extends org.eclipse.swt.widgets.Control>
class
VPanel
class
VSpacer
Fields in org.eclipse.nebula.cwt.v declared as VControl Modifier and Type Field Description private VControl
VTracker. activeControl
private VControl
VStackLayout. defaultControl
private VControl
VTracker. focusControl
private VControl
VStackLayout. topControl
Fields in org.eclipse.nebula.cwt.v with type parameters of type VControl Modifier and Type Field Description (package private) java.util.List<VControl>
VPanel. children
Methods in org.eclipse.nebula.cwt.v that return VControl Modifier and Type Method Description static VControl
VTracker. getActiveControl()
private VControl[]
VGridLayout. getChildren(VPanel parent)
VControl[]
VPanel. getChildren()
VControl
VPanel. getControl(int x, int y)
VControl
VPanel. getControl(int x, int y, boolean includePanels)
static VControl
VTracker. getFocusControl()
private VControl
VTracker. getNewFocus(VPanel panel)
static VControl
VTracker. getVControl(org.eclipse.swt.widgets.Widget widget)
Methods in org.eclipse.nebula.cwt.v with parameters of type VControl Modifier and Type Method Description (package private) void
VTracker. activate(VControl vcontrol)
(package private) void
VPanel. addChild(VControl child)
(package private) void
VTracker. deactivate(VControl vcontrol)
private void
VGridLayout. doLayout(VPanel parent, VControl[] children)
private int
VGridLayout. getNumRows(VControl[] children)
private static double
VControlPainter. getX(VControl control, double width)
private static double
VControlPainter. getY(VControl control, double height)
boolean
VControl. isSameWidgetAs(VControl control)
private void
VGridLayout. loadChildSizes(VControl[] children)
(package private) void
VPanel. move(VControl above, VControl below)
void
VControl. moveAbove(VControl control)
void
VControl. moveBelow(VControl control)
private void
VTracker. notifyWidgetFocusListeners(VControl newFocus, VControl oldFocus)
void
IControlPainter. paintBackground(VControl control, org.eclipse.swt.widgets.Event e)
void
VButtonPainter. paintBackground(VControl control, org.eclipse.swt.widgets.Event e)
void
VControlPainter. paintBackground(VControl control, org.eclipse.swt.widgets.Event e)
void
VPanelPainter. paintBackground(VControl control, org.eclipse.swt.widgets.Event e)
void
IControlPainter. paintBorders(VControl control, org.eclipse.swt.widgets.Event e)
void
VControlPainter. paintBorders(VControl control, org.eclipse.swt.widgets.Event e)
void
VPanelPainter. paintBorders(VControl control, org.eclipse.swt.widgets.Event e)
void
IControlPainter. paintContent(VControl control, org.eclipse.swt.widgets.Event e)
void
VControlPainter. paintContent(VControl control, org.eclipse.swt.widgets.Event e)
void
VLabelPainter. paintContent(VControl control, org.eclipse.swt.widgets.Event e)
void
VPanelPainter. paintContent(VControl control, org.eclipse.swt.widgets.Event e)
private static void
VControlPainter. paintImage(VControl control, org.eclipse.swt.widgets.Event e)
private static void
VControlPainter. paintImageAndText(VControl control, org.eclipse.swt.widgets.Event e)
private static void
VControlPainter. paintOval(VControl control, org.eclipse.swt.widgets.Event e, int x, int y)
private static void
VControlPainter. paintPoly(VControl control, org.eclipse.swt.widgets.Event e, int x, int y, int minX, int minY)
private static void
VControlPainter. paintPolygon(VControl control, org.eclipse.swt.widgets.Event e)
private static void
VControlPainter. paintPolygonAndText(VControl control, org.eclipse.swt.widgets.Event e)
private static void
VControlPainter. paintText(VControl control, org.eclipse.swt.widgets.Event e)
(package private) void
VPanel. removeChild(VControl child)
(package private) void
VPanel. removeVChild(VControl vchild)
void
VStackLayout. setDefault(VControl control, boolean override)
(package private) boolean
VTracker. setFocusControl(VControl control)
void
VStackLayout. setTopControl(VControl control)
void
VStackLayout. setTopControl(VControl control, int duration)
Method parameters in org.eclipse.nebula.cwt.v with type arguments of type VControl Modifier and Type Method Description void
VPanel. sort(java.util.Comparator<VControl> comparator)
-
Uses of VControl in org.eclipse.nebula.widgets.cdatetime
Subclasses of VControl in org.eclipse.nebula.widgets.cdatetime Modifier and Type Class Description (package private) class
AnalogTimePicker
(package private) class
DatePicker
(package private) class
DiscreteTimePicker
Methods in org.eclipse.nebula.widgets.cdatetime with parameters of type VControl Modifier and Type Method Description private void
CDateTimePainter. defaultPaintBackground(VControl control, org.eclipse.swt.widgets.Event e)
private void
CDateTimePainter. defaultPaintBorders(VControl control, org.eclipse.swt.widgets.Event e)
private void
CDateTimePainter. defaultPaintContent(VControl control, org.eclipse.swt.widgets.Event e)
protected int
CDateTimePainter. indexOf(VControl control)
protected boolean
CDateTimePainter. isActive(VControl control)
protected boolean
CDateTimePainter. isToday(VControl control)
void
AnalogClockPainter. paintBackground(VControl control, org.eclipse.swt.widgets.Event e)
void
CDateTimePainter. paintBackground(VControl control, org.eclipse.swt.widgets.Event e)
void
AnalogClockPainter. paintBorders(VControl control, org.eclipse.swt.widgets.Event e)
void
CDateTimePainter. paintBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintClearButtonBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintClearButtonBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintClearButtonContent(VControl control, org.eclipse.swt.widgets.Event e)
void
AnalogClockPainter. paintContent(VControl control, org.eclipse.swt.widgets.Event e)
void
CDateTimePainter. paintContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDateNowBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDateNowBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDateNowContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayButtonBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayButtonBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayButtonContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayOfWeekLabelBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayOfWeekLabelBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayOfWeekLabelContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayOfWeekPanelBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayOfWeekPanelBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayOfWeekPanelContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayPanelBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayPanelBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintDayPanelContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintFooterButtonBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintFooterButtonBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintFooterButtonContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintFooterPanelBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintFooterPanelBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintFooterPanelContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintHeaderPanelBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintHeaderPanelBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintHeaderPanelContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthLabelBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthLabelBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthLabelContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthNextBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthNextBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthNextContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthPrevBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthPrevBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintMonthPrevContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearLabelBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearLabelBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearLabelContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearNextBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearNextBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearNextContent(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearPrevBackground(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearPrevBorders(VControl control, org.eclipse.swt.widgets.Event e)
protected void
CDateTimePainter. paintYearPrevContent(VControl control, org.eclipse.swt.widgets.Event e)
void
CDateTimePainter. update(VControl control)
protected void
CDateTimePainter. updateClearButton(VControl control)
protected void
CDateTimePainter. updateDateNow(VControl control)
protected void
CDateTimePainter. updateDayButton(VControl control)
protected void
CDateTimePainter. updateDayOfWeekLabel(VControl control)
protected void
CDateTimePainter. updateDayOfWeekPanel(VControl control)
protected void
CDateTimePainter. updateDayPanel(VControl control)
protected void
CDateTimePainter. updateFooterButton(VControl control)
protected void
CDateTimePainter. updateFooterPanel(VControl control)
protected void
CDateTimePainter. updateHeaderPanel(VControl control)
protected void
CDateTimePainter. updateMonthLabel(VControl control)
protected void
CDateTimePainter. updateMonthNext(VControl control)
protected void
CDateTimePainter. updateMonthPrev(VControl control)
protected void
CDateTimePainter. updateYearLabel(VControl control)
protected void
CDateTimePainter. updateYearNext(VControl control)
protected void
CDateTimePainter. updateYearPrev(VControl control)
-