Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjszursze2001-12-14 22:37:36 +0000
committerjszursze2001-12-14 22:37:36 +0000
commit309c0f14b4131af886fe69ef82ef1f2d65748073 (patch)
tree7a05ed46542da6aff4b983124948f8f94029272b /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
parent15858a39c9bbb988965e00b887aed36ed3175e28 (diff)
downloadeclipse.platform.debug-309c0f14b4131af886fe69ef82ef1f2d65748073.tar.gz
eclipse.platform.debug-309c0f14b4131af886fe69ef82ef1f2d65748073.tar.xz
eclipse.platform.debug-309c0f14b4131af886fe69ef82ef1f2d65748073.zip
initial launch config stuff
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
index b58f810c6..e25ab7da3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
@@ -70,7 +70,7 @@ public interface ILaunchConfigurationTab {
* for this tab's control
* @return the control to be used for this tab
*/
- public Control createTabControl(TabItem tabItem);
+ public Control createTabControl(ILaunchConfigurationDialog dialog, TabItem tabItem);
/**
* Sets the launch configuration (working copy) that this

Back to the top