Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/IETypedElementTabSelectionWidgetInternal.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/IETypedElementTabSelectionWidgetInternal.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/IETypedElementTabSelectionWidgetInternal.java b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/IETypedElementTabSelectionWidgetInternal.java
index 04687d85c38..c5f848c1673 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/IETypedElementTabSelectionWidgetInternal.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/IETypedElementTabSelectionWidgetInternal.java
@@ -13,33 +13,33 @@ package org.eclipse.papyrus.emf.facet.efacet.ui.internal.widget;
import org.eclipse.swt.graphics.Image;
/**
- *
+ *
* Each tab in ETypedElementSectionDialog should implements this interface
- *
+ *
*/
public interface IETypedElementTabSelectionWidgetInternal extends
IETypedElementSelectionWidgetInternal {
/**
- *
+ *
* @return the title for the tab
*/
String getTitle();
/**
- *
+ *
* @return the tooltip for the tab
*/
String getToolTipText();
/**
- *
+ *
* @return the image for the tab
*/
Image getImage();
/**
- *
+ *
* @return the id for the tab
*/
String getTabId();

Back to the top