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 |
---|---|
void |
MultiReferenceRenderer_PTest.compare() |
protected org.eclipse.swt.widgets.Control |
MultiReferenceSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
MultiReferenceSWTRenderer.renderMultiReferenceControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the MultiReference Control.
|
void |
MultiReferenceRenderer_PTest.testActivateOnEnable() |
void |
MultiReferenceRenderer_PTest.testButtonsNotVisibleOnReadOnly() |
void |
MultiReferenceRenderer_PTest.testControlDisabled()
Test that the control is disabled when VElement enablement is set to false
|
void |
MultiReferenceRenderer_PTest.testControlEnabled()
Test that the control is enabled when VElement enablement is set to true
|
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.testEffectivelyReadOnlyDisablesControl()
Test that the control is disabled when it's effectively set to read only because a parent is read only.
|
void |
MultiReferenceRenderer_PTest.testLabelServiceUsage()
Tests whether a
EMFFormsLabelProvider is used to get labels. |
void |
MultiReferenceRenderer_PTest.testNotReadOnlyButtonsVisibility()
Test that the control and buttons are visible when it's not read only.
|
void |
MultiReferenceRenderer_PTest.testReadOnlyNotDisablesControl()
Test that the control is disabled when it's set to read only.
|
void |
MultiReferenceRenderer_PTest.testRenderModeCompactVerticallyRenderButtons() |
void |
MultiReferenceRenderer_PTest.testRenderModeCompactVerticallyRenderTable() |
void |
MultiReferenceRenderer_PTest.testRenderModeCompactVerticallyRenderValidation() |
void |
MultiReferenceRenderer_PTest.testVisibleOnWritable() |
Modifier and Type | Method and Description |
---|---|
void |
LinkControlSWTRenderer_Containment_PTest.createAndLinkButton_noReferenceStyle() |
void |
LinkControlSWTRenderer_CrossReference_PTest.createAndLinkButton_noReferenceStyleProperty()
By default, the 'create and link new' button should be shown for cross references (legacy behavior).
|
void |
LinkControlSWTRenderer_Containment_PTest.createAndLinkButton_referenceStyleFalse()
For containment references, the 'create and link new' button must also be shown if the reference style property
is set to false.
|
void |
LinkControlSWTRenderer_CrossReference_PTest.createAndLinkButton_referenceStylePropertyFalse_readOnly()
Test that buttons are still created but invisible when the VControl is set to readonly.
|
void |
LinkControlSWTRenderer_CrossReference_PTest.createAndLinkButton_referenceStylePropertyFalse() |
void |
LinkControlSWTRenderer_CrossReference_PTest.createAndLinkButton_referenceStylePropertyTrue() |
void |
LinkControlSWTRenderer_CrossReference_PTest.linkButton_referenceStyleFalse_readonly() |
void |
LinkControlSWTRenderer_Containment_PTest.linkButton_referenceStyleFalse_readOnly()
Test that buttons are still created but invisible when the VControl is set to readonly.
|
void |
LinkControlSWTRenderer_Containment_PTest.linkButton_referenceStyleFalse()
For containment references, the 'link' button must not be shown if the reference style property
is set to false.
|
void |
LinkControlSWTRenderer_CrossReference_PTest.linkButton_referenceStyleFalse()
For cross references, the 'link' button must also be shown if the reference style property
is set to false.
|
void |
LinkControlSWTRenderer_Containment_PTest.linkExistingButton_noReferenceStyle_readOnly() |
void |
LinkControlSWTRenderer_Containment_PTest.linkExistingButton_noReferenceStyle()
For containment references, the 'link' button must be shown by default (:= reference style == true).
|
void |
LinkControlSWTRenderer_CrossReference_PTest.linkExistingButton_noReferenceStyle()
For cross references, the 'link' button must be shown by default (:= reference style == true).
|
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 |
XMLDateControlRenderer_PTest.renderControlLabelAlignmentLeft() |
void |
BooleanControlRenderer_PTest.renderControlLabelAlignmentLeft() |
void |
DateTimeControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
NumberControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
XMLDateControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
BooleanControlRenderer_PTest.renderControlLabelAlignmentNone() |
void |
NumberControlRenderer_PTest.testControlTextUpdateWithoutPrevalidation_InputTooBig() |
void |
NumberControlRenderer_PTest.testControlTextUpdateWithoutPrevalidation_InputTooSmall() |
void |
DateTimeControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
NumberControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
EnumComboViewerRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
XMLDateControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
BooleanControlRenderer_PTest.testDatabindingServiceUsageChangeControl() |
void |
NumberControlRenderer_PTest.testDatabindingServiceUsageChangeControlToDoubleValue() |
void |
DateTimeControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
NumberControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
EnumComboViewerRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
XMLDateControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
BooleanControlRenderer_PTest.testDatabindingServiceUsageChangeObservable() |
void |
DateTimeControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
NumberControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
EnumComboViewerRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
XMLDateControlRenderer_PTest.testDatabindingServiceUsageInitialBinding() |
void |
BooleanControlRenderer_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 |
DateTimeControlRenderer_PTest.testDisableDeactivatesControl() |
void |
DateTimeControlRenderer_PTest.testEffectivelyReadOnly() |
void |
NumberControlRenderer_PTest.testEffectivelyReadOnlyDeactivatesControl() |
void |
EnumComboViewerRenderer_PTest.testEffectivelyReadOnlyDeactivatesControl() |
void |
XMLDateControlRenderer_PTest.testEffectivelyReadOnlyDeactivatesControl() |
void |
BooleanControlRenderer_PTest.testEffectivelyReadOnlyDeactivatesControl() |
void |
ViewRenderer_PTest.testEmptyView() |
void |
DateTimeControlRenderer_PTest.testEnabledActivatesControl() |
void |
ViewRenderer_PTest.testGridDescription() |
void |
NumberControlRenderer_PTest.testLabelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of the control. |
void |
EnumComboViewerRenderer_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 |
BooleanControlRenderer_PTest.testLabelServiceUsage()
Tests whether the
EMFFormsLabelProvider is used to get the labels of the control. |
void |
ViewRenderer_PTest.testMultipleComplexGridDescriptionView() |
void |
ViewRenderer_PTest.testMultipleSimpleCompositeView() |
void |
EnumComboViewerRenderer_PTest.testRootDomainModelChanged() |
void |
SimpleControlSWTRenderer_PTest.unsettable_readOnly() |
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.createValidationIcon(org.eclipse.swt.widgets.Composite parent)
Return the validation cell of the fist child.
|
protected org.eclipse.swt.widgets.Control |
CompoundControlSWTRenderer_ITest.DummyRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
CompoundControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
void |
CompoundControlSWTRenderer_ITest.testCreateValidationIconFirstCellHasNoRenderer() |
void |
CompoundControlSWTRenderer_ITest.testCreateValidationIconFirstCellRenderer1Column() |
void |
CompoundControlSWTRenderer_ITest.testCreateValidationIconFirstCellRenderer2Columns() |
void |
CompoundControlSWTRenderer_ITest.testCreateValidationIconNoChildren() |
void |
CompoundControlSWTRenderer_ITest.testEffectivelyReadOnlyDoesNotDisableComposite() |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumn0() |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumn0ControlLabelAlignmentNone() |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumn1() |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumn1ControlLabelAlignmentNone() |
void |
CompoundControlSWTRenderer_ITest.testRenderControlColumn2() |
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) |
protected org.eclipse.swt.widgets.Control |
ContainerSWTRenderer.renderControl(SWTGridCell gridCell,
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 . |
void |
AbstractControlSWTRenderer_PTest.testDefaultLabelStyleBits() |
void |
AbstractControlSWTRenderer_PTest.testDefaultLabelStyleBitsLeft() |
void |
AbstractControlSWTRenderer_PTest.testDefaultLabelStyleBitsRight() |
void |
AbstractControlSWTRenderer_PTest.testgetValidationBackgroundColor() |
void |
AbstractControlSWTRenderer_PTest.testgetValidationForeGroundColor() |
void |
AbstractControlSWTRenderer_PTest.testgetValidationIcon() |
void |
AbstractControlSWTRenderer_PTest.testLabelWrapStylePropertyNonWrapping() |
void |
AbstractControlSWTRenderer_PTest.testLabelWrapStylePropertyNull() |
void |
AbstractControlSWTRenderer_PTest.testLabelWrapStylePropertyWrapping() |
void |
AbstractControlSWTRenderer_PTest.testMixedStylePropertiesInfluencingStyleBits() |
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.testEffectivelyReadOnlyDeactivatesControl() |
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. |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentLeftSet() |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentLeftSetToUnsetToSet() |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentLeftUnset() |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentLeftUnsetToSetToUnset() |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentRightSet() |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentRightSetToUnsetToSet() |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentRightUnset() |
void |
TextControlRendererUnsettable_PTest.unsetButtonAlignmentRightUnsetToSetToUnset() |
void |
TextControlRendererUnsettable_PTest.unsetButtonPlacementLeftAndAlignmentLeft() |
void |
TextControlRendererUnsettable_PTest.unsetButtonPlacementLeftAndAlignmentRight() |
void |
TextControlRendererUnsettable_PTest.unsetButtonPlacementRightAndAlignmentLeft() |
void |
TextControlRendererUnsettable_PTest.unsetButtonPlacementRightAndAlignmentRight() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
CustomControlSWTRenderer.render(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.
|
protected org.eclipse.swt.widgets.Control |
CustomControlSWTRenderer.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 |
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 |
AbstractSectionSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
SectionedAreaSWTRenderer.renderControl(SWTGridCell gridCell,
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 |
---|---|
void |
GridControlDetailPanelRenderer_PTest.testDetailReused()
Verify the reuse of detail renderings with caching.
|
void |
GridControlDetailPanelRenderer_PTest.testSashForm()
Tests that a sash form is used in order to allow resizing of the grid and detail panel composites.
|
void |
GridControlDetailPanelRenderer_PTest.testScroll()
Tests that a horizontal and vertical scrollbar appears if the detail is to small.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TableControlSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
TableControlSWTRenderer.renderTableControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the Table Control.
|
void |
TableControlRendererSort_PTest.tableCustomSort() |
void |
SWTTable_PTest.tableSorting_autoSortOnEdit() |
void |
TableControlSWTRendererPerformance_PTest.tableSorting_autoSortOnEdit() |
void |
SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageAddToModel()
Tests the binding from the model to the table for the addition of a new element to the model.
|
void |
SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageChangeModel()
Tests the binding from the model to the table for the change of an element of the model.
|
void |
SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageInitialBinding()
Tests the initial binding from the model to the table.
|
void |
SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageRemoveFromModel()
Tests the binding from the model to the table for the removal of a element from the model .
|
void |
SWTTable_PTest.testInitializedTableWithoutColumnsAndEmptyReference() |
void |
SWTTable_PTest.testInitializedTableWithoutColumnsEmptySingleReference() |
void |
SWTTable_PTest.testInitializedTableWithoutColumnsSingleReference() |
void |
SWTTableDatabindingLabel_PTest.testLabelServiceUsage() |
void |
SWTTable_PTest.testPanelTableDetailReused()
Verify the reuse of detail renderings with caching.
|
void |
SWTTable_PTest.testPanelTableWithTwoColumns() |
void |
SWTTable_PTest.testRootDomainModelChangedWhilePanelTableDetail()
Verify the replacement of the parent context root domain model object while a detail
is showing, in which the detail must be put away because the table selection is lost.
|
void |
TableControlDetailPanelRenderer_PTest.testScroll()
Tests that a horizontal and vertical scrollbar appears if the detail is to small.
|
void |
SWTTable_PTest.testTable_AddRow_WithReferenceService() |
void |
SWTTable_PTest.testTable_AddRow_WithTableService_EmptyResult() |
void |
SWTTable_PTest.testTable_AddRow_WithTableService_NullResult() |
void |
SWTTable_PTest.testTable_AddRow_WithTableService() |
void |
SWTTable_PTest.testTable_summaryToolTip_defaultSettings()
Tests that the table's summary validation icon's tooltip shows validation messages related directly to the
table's reference even if the table style property 'showValidationSummaryTooltip' is false (this is the case by
default).
|
void |
SWTTable_PTest.testTable_unchangeableFeature_doNotRenderButtons() |
void |
SWTTable_PTest.testTable_validationColumnImage() |
void |
SWTTable_PTest.testTableActionControlOrderAndSWTData() |
void |
SWTTable_PTest.testTableCustomColumnHeading() |
void |
SWTTable_PTest.testTableReadonlyHidesAddRemoveButtons() |
void |
SWTTable_PTest.testTableSorting() |
void |
SWTTable_PTest.testTableSortingWithCellEditor() |
void |
SWTTable_PTest.testTableWithoutColumns() |
void |
SWTTable_PTest.testTableWithoutColumnsWithoutViewServices() |
void |
SWTTable_PTest.testTableWithTwoColumns() |
void |
SWTTable_PTest.testTableWithTwoColumnsAdd() |
void |
SWTTable_PTest.testTableWithTwoColumnsClear() |
void |
SWTTable_PTest.testTableWithTwoColumnsRemove() |
void |
SWTTable_PTest.testTableWithTwoColumnsWithoutViewServices() |
void |
SWTTable_PTest.testUninitializedTableWithoutColumns() |
void |
SWTTable_PTest.testValidationUpdates()
Test that on validation status changes the table renderer does not update the entire
table but only the rows that have validation changes.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TableControlRCPRenderer.renderTableControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
TableControlDetailDialogRCPRenderer.renderTableControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
TableControlDetailPanelRCPRenderer.renderTableControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
void |
TreeMasterDetailRenderer_PTest.contextMenu_delete_resetSelectionToRoot() |
void |
TreeMasterDetailRenderer_PTest.detailView_initially_disabled() |
void |
TreeMasterDetailRenderer_PTest.detailView_readOnly() |
void |
TreeMasterDetailRenderer_PTest.detailViewRenderingReused()
Verify that a cached detail view rendering is reused.
|
void |
TreeMasterDetailRenderer_PTest.initialRendering_NoContainer() |
protected org.eclipse.swt.widgets.Control |
TreeMasterDetailSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
void |
TreeMasterDetailRenderer_PTest.tmd_dynamic_disabled() |
void |
TreeMasterDetailRenderer_PTest.tmd_initially_disabled() |
void |
TreeMasterDetailRenderer_PTest.tmd_readOnly() |
Modifier and Type | Method and Description |
---|---|
void |
DmrSelectorSegmentDmrControlSWTRenderer_PTest.setUp() |
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 |
---|---|
void |
ControlRevealProvider_ITest.mockServices() |
Modifier and Type | Method and Description |
---|---|
void |
MultiSegmentChildDmrsSWTRenderer_PTest.dnd()
Tests drag and drop to move dmrs in the table.
|
void |
MultiSegmentChildDmrsSWTRenderer_PTest.domainChange()
First renders for a table control with an empty dmr.
|
void |
MultiSegmentChildDmrsSWTRenderer_PTest.render()
Tests that the table and buttons are rendererd correctly and that removing a dmr from the table works.
|
protected org.eclipse.swt.widgets.Control |
MultiSegmentChildDmrsSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
void |
MultiSegmentChildDmrsSWTRenderer_PTest.sort()
Tests the 'Sort' button It's supposed to actually sort the DMRs in the multi segment.
|
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.testReadOnlyDoesNotDisableComposite() |
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 org.eclipse.swt.widgets.Control |
AbstractSWTRenderer_PTest.TestAbstractSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
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 |
---|---|
void |
MultiAttributeSWTRenderer_ITest.addEnumValue()
Verify that when adding an enum value, the default value of the attribute is
preferred over the default literal of the enumeration (which is always the first literal),
if the attribute specifies a default.
|
void |
MultiAttributeSWTRenderer_ITest.buttonData() |
void |
MultiAttributeSWTRenderer_ITest.buttonsUpDown_enableOnSelection() |
void |
MultiAttributeSWTRenderer_ITest.elementVisibleAfterMove() |
void |
MultiAttributeSWTRenderer_ITest.labelsAreDisplayedForInput() |
protected org.eclipse.swt.widgets.Control |
MultiAttributeSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
MultiAttributeSWTRenderer.renderMultiAttributeControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the MultiAttribute Control.
|
void |
MultiAttributeSWTRenderer_ITest.selectionAfterMove_Down() |
void |
MultiAttributeSWTRenderer_ITest.selectionAfterMove_Up() |
void |
MultiAttributeSWTRenderer_ITest.testButtonRemovedOnReadOnly() |
void |
MultiAttributeSWTRenderer_ITest.testButtonsDeactivateOnDisable() |
Copyright © 2019. All rights reserved.