Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
index 0b5f388bc..1b89e2204 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,10 +15,10 @@ import org.eclipse.debug.ui.memory.IMemoryRendering;
/**
* Represent a view tab in the Memory View or Memory Rendering View
- *
+ *
* Refer to AbstractMemoryViewTab. This is an internal interface. This class is
* not intended to be implemented by clients.
- *
+ *
* @since 3.0
*/
public interface IMemoryViewTab {
@@ -39,14 +39,14 @@ public interface IMemoryViewTab {
/**
* Sets the enablament state of the view tab.
- *
+ *
* @param enabled
*/
public void setEnabled(boolean enabled);
/**
* Set view tab's label
- *
+ *
* @param label
*/
public void setTabLabel(String label);

Back to the top