Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml')
-rw-r--r--sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml
index fb4b375b930..31cb9fe6ec1 100644
--- a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml
+++ b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml
@@ -924,6 +924,18 @@
id="org.eclipse.papyrus.infra.nattable.destroy.column.element"
name="Destroy Column Element">
</command>
+ <command
+ categoryId="org.eclipse.papyrus.infra.nattable.rows.command.category"
+ defaultHandler="org.eclipse.papyrus.infra.nattable.handler.RowAutoResizeHandler"
+ id="org.eclipse.papyrus.infra.nattable.autoresize.rows"
+ name="AutoResize Row">
+ </command>
+ <command
+ categoryId="org.eclipse.papyrus.infra.nattable.columns.command.category"
+ defaultHandler="org.eclipse.papyrus.infra.nattable.handler.ColumnAutoResizeHandler"
+ id="org.eclipse.papyrus.infra.nattable.autoresize.columns"
+ name="AutoResize Column">
+ </command>
</extension>
<extension
point="org.eclipse.ui.commandImages">
@@ -951,6 +963,14 @@
commandId="org.eclipse.papyrus.infra.nattable.destroy.column"
icon="icons/remove_column.gif">
</image>
+ <image
+ commandId="org.eclipse.papyrus.infra.nattable.autoresize.columns"
+ icon="icons/auto_resize_column.png">
+ </image>
+ <image
+ commandId="org.eclipse.papyrus.infra.nattable.autoresize.rows"
+ icon="icons/auto_resize_row.png">
+ </image>
</extension>
</plugin>

Back to the top