org.eclipse.jdt.debug.ui.launchConfigurations
Class AppletArgumentsTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
- All Implemented Interfaces:
- ILaunchConfigurationTab
public class AppletArgumentsTab
- extends JavaArgumentsTab
A launch configuration tab that displays and edits program arguments,
VM arguments, and working directory launch configuration attributes,
for an applet.
This class may be instantiated.
- Since:
- 2.1
- Restriction:
- This class is not intended to be subclassed by clients.
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab |
activated, createControl, createVMArgsBlock, deactivated, dispose, getAttributeValueFrom, getErrorMessage, getId, getImage, getMessage, getName, initializeFrom, isValid, performApply, setDefaults, setLaunchConfigurationDialog |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getControl, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getShell, getUpdateJobDelay, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, 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 WorkingDirectoryBlock createWorkingDirBlock()
- Description copied from class:
JavaArgumentsTab
- Creates a control to specify a working directory.
- Overrides:
createWorkingDirBlock
in class JavaArgumentsTab
- Returns:
- the new
WorkingDirectoryBlock
- 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()
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.