Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-06-30 18:10:22 +0000
committerJuergen Haug2015-06-30 18:11:15 +0000
commitf7439c472f9d6a309af4a2a6d6628a21a2ad8b76 (patch)
treedd1bdcf2517f96be31b86ee2c38ac35053ff99f6 /plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/dialogs/SPPPropertyDialog.java
parent1a6ebb9dab8f1e99bbaa72434deca2a6267538b5 (diff)
downloadorg.eclipse.etrice-f7439c472f9d6a309af4a2a6d6628a21a2ad8b76.tar.gz
org.eclipse.etrice-f7439c472f9d6a309af4a2a6d6628a21a2ad8b76.tar.xz
org.eclipse.etrice-f7439c472f9d6a309af4a2a6d6628a21a2ad8b76.zip
[doc] added context help + prepared hover help + more reference content
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/dialogs/SPPPropertyDialog.java')
-rw-r--r--plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/dialogs/SPPPropertyDialog.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/dialogs/SPPPropertyDialog.java b/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/dialogs/SPPPropertyDialog.java
index f70cdd5d3..0420bef02 100644
--- a/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/dialogs/SPPPropertyDialog.java
+++ b/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/dialogs/SPPPropertyDialog.java
@@ -129,4 +129,9 @@ public class SPPPropertyDialog extends AbstractPropertyDialog {
protected Image getImage() {
return Activator.getImage("icons/Structure.gif");
}
+
+ @Override
+ protected String getFeatureContextHelpId() {
+ return "SPPPropertyDialog";
+ }
}

Back to the top