org.eclipse.jdt.debug.ui.launchConfigurations
Class AppletArgumentsTab
java.lang.Object
|
+--org.eclipse.debug.ui.AbstractLaunchConfigurationTab
|
+--org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab
|
+--org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
|
+--org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
- All Implemented Interfaces:
- org.eclipse.jdt.internal.debug.ui.launcher.IEntriesChangedListener, ILaunchConfigurationTab
- public class AppletArgumentsTab
- extends JavaArgumentsTab
Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
This file is made available under the terms of the Common Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/cpl-v10.html
Method Summary |
protected org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock |
createWorkingDirBlock()
|
protected void |
setHelpContextId()
Set the help context id for this launch config tab. |
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab |
createControl, createVMArgsBlock, dispose, getAttributeValueFrom, getErrorMessage, getImage, getMessage, getName, initializeFrom, isValid, performApply, setDefaults, setLaunchConfigurationDialog |
Methods inherited from class org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab |
entriesChanged, getContext, initializeJavaProject |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
canSave, createPushButton, createRadioButton, createVerticalSpacer, getControl, getLaunchConfigurationDialog, getLaunchManager, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setMessage, updateLaunchConfigurationDialog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppletArgumentsTab
public AppletArgumentsTab()
createWorkingDirBlock
protected org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock createWorkingDirBlock()
- Overrides:
createWorkingDirBlock
in class JavaArgumentsTab
- See Also:
JavaArgumentsTab.createWorkingDirBlock()
setHelpContextId
protected void setHelpContextId()
- Description copied from class:
JavaArgumentsTab
- Set the help context id for this launch config tab. Subclasses may
override this method.
- Overrides:
setHelpContextId
in class JavaArgumentsTab
- See Also:
JavaArgumentsTab.setHelpContextId()
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.