Package | Description |
---|---|
org.eclipse.nebula.cwt.v | |
org.eclipse.nebula.widgets.cdatetime |
Modifier and Type | Class | Description |
---|---|---|
class |
VButton |
|
class |
VLabel |
|
class |
VNative<T extends org.eclipse.swt.widgets.Control> |
|
class |
VPanel |
|
class |
VSpacer |
Modifier and Type | Method | Description |
---|---|---|
static VControl |
VTracker.getActiveControl() |
|
VControl[] |
VPanel.getChildren() |
|
VControl |
VPanel.getControl(int x,
int y) |
|
VControl |
VPanel.getControl(int x,
int y,
boolean includePanels) |
|
static VControl |
VTracker.getFocusControl() |
|
static VControl |
VTracker.getVControl(org.eclipse.swt.widgets.Widget widget) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
VControl.isSameWidgetAs(VControl control) |
|
void |
VControl.moveAbove(VControl control) |
|
void |
VControl.moveBelow(VControl control) |
|
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) |
|
void |
VStackLayout.setDefault(VControl control,
boolean override) |
|
void |
VStackLayout.setTopControl(VControl control) |
|
void |
VStackLayout.setTopControl(VControl control,
int duration) |
Modifier and Type | Method | Description |
---|---|---|
void |
VPanel.sort(java.util.Comparator<VControl> comparator) |
Modifier and Type | Method | Description |
---|---|---|
void |
CDateTimePainter.paintBackground(VControl control,
org.eclipse.swt.widgets.Event e) |
|
void |
CDateTimePainter.paintBorders(VControl control,
org.eclipse.swt.widgets.Event e) |
|
void |
CDateTimePainter.paintContent(VControl control,
org.eclipse.swt.widgets.Event e) |
|
void |
CDateTimePainter.update(VControl control) |