Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/table/org.eclipse.papyrus.infra.nattable.properties/model/ui/RowFeatureLabelProviderConfiguration.xwt')
-rw-r--r--extraplugins/table/org.eclipse.papyrus.infra.nattable.properties/model/ui/RowFeatureLabelProviderConfiguration.xwt45
1 files changed, 0 insertions, 45 deletions
diff --git a/extraplugins/table/org.eclipse.papyrus.infra.nattable.properties/model/ui/RowFeatureLabelProviderConfiguration.xwt b/extraplugins/table/org.eclipse.papyrus.infra.nattable.properties/model/ui/RowFeatureLabelProviderConfiguration.xwt
deleted file mode 100644
index ef44e88878d..00000000000
--- a/extraplugins/table/org.eclipse.papyrus.infra.nattable.properties/model/ui/RowFeatureLabelProviderConfiguration.xwt
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Group xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:x="http://www.eclipse.org/xwt" text="Row Header Label Style">
- <Group.layout>
- <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
- </Group.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite text="Column Header Label Style" xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns:x="http://www.eclipse.org/xwt">
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:BooleanRadio input="{Binding}"
- property="nattable:Table:rowFeatureLabelProviderConfigurationDisplayIcon"
- customLabel="Display Icon"></ppe:BooleanRadio>
- <ppe:BooleanRadio input="{Binding}"
- property="nattable:Table:rowFeatureLabelProviderConfigurationDisplayLabel"
- customLabel="Display Label"></ppe:BooleanRadio>
- </Composite>
- <Group text="Label Feature Style">
- <Group.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Group.layout>
- <ppe:BooleanRadio input="{Binding}"
- property="nattable:Table:rowFeatureLabelProviderConfigurationDisplayIsDerived"
- customLabel="Display IsDerived"></ppe:BooleanRadio>
- <ppe:BooleanRadio input="{Binding}"
- property="nattable:Table:rowFeatureLabelProviderConfigurationDisplayType"
- customLabel="Display Type"></ppe:BooleanRadio>
- <ppe:BooleanRadio input="{Binding}"
- property="nattable:Table:rowFeatureLabelProviderConfigurationDisplayName"
- customLabel="Display Name"></ppe:BooleanRadio>
- <ppe:BooleanRadio input="{Binding}"
- property="nattable:Table:rowFeatureLabelProviderConfigurationDisplayMultiplicity"
- customLabel="Display Multiplicity"></ppe:BooleanRadio>
- </Group>
- </Composite>
-</Group> \ No newline at end of file

Back to the top