Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
SWTDiffMergeAddition.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
DIViewSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
DIControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
EmbeddedGroupSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
DICustomControlSWT.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control.
|
protected org.eclipse.swt.widgets.Control |
DICustomControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
CollapsableGroupSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
PGroupRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
MultiReferenceSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
void |
MultiReferenceRenderer_PTest.testDatabindingServiceUsageAddToModel()
Tests whether adding values to the model is reflected in the control.
|
void |
MultiReferenceRenderer_PTest.testDatabindingServiceUsageChangeModel()
Tests whether changing values of the model is reflected in the control.
|
void |
MultiReferenceRenderer_PTest.testDatabindingServiceUsageInitialBinding()
Test if the initial data binding is working.
|
void |
MultiReferenceRenderer_PTest.testDatabindingServiceUsageRemoveFromModel()
Tests whether removing values to the model is reflected in the control.
|
void |
MultiReferenceRenderer_PTest.testLabelServiceUsage()
Tests whether a
EMFFormsLabelProvider is used to get labels. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractControl_PTest.labelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of a control. |
protected org.eclipse.swt.widgets.Control |
AbstractControl_PTest.renderControl(SWTGridCell gridCell) |
protected org.eclipse.swt.widgets.Control |
ViewSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
void |
DateTimeControlRenderer_PTest.renderControlLabelAlignmentLeft() |
void |
NumberControlRenderer_PTest.renderControlLabelAlignmentLeft() |
void |
BooleanControlRenderer_PTest.renderControlLabelAlignmentLeft() |
void |
XMLDateControlRenderer_PTest.renderControlLabelAlignmentLeft() |
void |
DateTimeControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
NumberControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
BooleanControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
XMLDateControlRenderer_PTest.renderControlLabelAlignmentNone() |
protected void |
AbstractControl_PTest.renderLabel(String text) |
void |
AbstractControl_PTest.renderValidationIconLabelAlignmentLeft() |
void |
AbstractControl_PTest.renderValidationIconLabelAlignmentNone() |
void |
DateTimeControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
EnumComboViewerRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
NumberControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
BooleanControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
XMLDateControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
DateTimeControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
EnumComboViewerRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
NumberControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
BooleanControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
XMLDateControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
DateTimeControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
EnumComboViewerRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
NumberControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
BooleanControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
XMLDateControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
DateTimeControlRenderer_PTest.testDateTimeDisplayAttachmentDateAndTime()
Tests the date control with a TIME_AND_DATE
VDateTimeDisplayAttachment . |
void |
DateTimeControlRenderer_PTest.testDateTimeDisplayAttachmentDateOnly()
Tests the date control with a DATE_ONLY
VDateTimeDisplayAttachment . |
void |
DateTimeControlRenderer_PTest.testDateTimeDisplayAttachmentTimeOnly()
Tests the date control with a DATE_ONLY
VDateTimeDisplayAttachment . |
void |
ViewRenderer_PTest.testEmptyView() |
void |
ViewRenderer_PTest.testGridDescription() |
void |
EnumComboViewerRenderer_PTest.testLabelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of the control. |
void |
NumberControlRenderer_PTest.testLabelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of the control. |
void |
BooleanControlRenderer_PTest.testLabelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of the control. |
void |
XMLDateControlRenderer_PTest.testLabelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of the control. |
void |
ViewRenderer_PTest.testMultipleComplexGridDescriptionView() |
void |
ViewRenderer_PTest.testMultipleSimpleCompositeView() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
EmptyVElementSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
AbstractSWTTabRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
SWTCategorizationRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
AbstractJFaceTreeRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
void |
CategorizationRenderer_PTest.testCategorizationElementTabRenderer() |
void |
CategorizationRenderer_PTest.testCategorizationElementTreeRenderer() |
void |
CategorizationRenderer_PTest.testCompositeCategoryElementTabRenderer() |
void |
CategorizationRenderer_PTest.testCompositeCategoryTreeRenderer() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
CompoundControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumn0() |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumn1() |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumnOther() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
AbstractControlSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
SimpleControlSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
ContainerSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
void |
TextControlRenderer_PTest.renderControlLabelAlignmentLeft() |
void |
TextControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
TextControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
TextControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
TextControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
TextControlRenderer_PTest.testLabelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of the control. |
void |
TextControlRenderer_PTest.testLabelServiceUsageTextField()
Tests whether the
EMFFormsLabelProvider is used to get the message of the text field of the text
control. |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
ECPAbstractCustomControlSWT.createLabel(org.eclipse.swt.widgets.Composite parent)
Create the
Control displaying the label of the current VControl . |
org.eclipse.swt.widgets.Control |
CustomControlSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
CustomControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
abstract org.eclipse.swt.widgets.Control |
ECPAbstractCustomControlSWT.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
GroupedGridSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
HorizontalLayoutSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
LabelSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
SectionedAreaSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
AbstractSectionSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
SWTStackLayoutRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
UnknownVElementSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TableControlSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TableControlDetailPanelRCPRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
TableControlDetailDialogRCPRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
TableControlRCPRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TreeMasterDetailSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TypedElementBoundsRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
ExpandBarCategorizationElementRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
ControlGridSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
void |
ControlGridSWTRenderer_ITest.testComplexScenario()
Control Control Control
Control Empty-- Control
Empty Row--------------
Control---- Control----
|
void |
ControlGridSWTRenderer_ITest.testRenderControl() |
void |
ControlGridSWTRenderer_ITest.testRenderControlSpan()
Expectation is
L1 L2 L2 L3
L1 L2 L3 L4
|
void |
ControlGridSWTRenderer_ITest.testRenderEmptyCell() |
void |
ControlGridSWTRenderer_ITest.testRenderEmptyRow() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
AbstractSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected abstract org.eclipse.swt.widgets.Control |
AbstractSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
MultiAttributeSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Copyright © 2017. All rights reserved.