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:
org.eclipse.debug.core.IPrototypeAttributesLabelProvider,org.eclipse.debug.ui.ILaunchConfigurationTab,org.eclipse.debug.ui.ILaunchConfigurationTab2
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.
-
Field Summary
Fields inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
EMPTY_STRING, fPrgmArgumentsLabel, fPrgmArgumentsText, fVMArgumentsBlock, fWorkingDirectoryBlock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.debug.ui.WorkingDirectoryBlockCreates a control to specify a working directory.protected voidSet the help context id for this launch config tab.Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
activated, createControl, createVMArgsBlock, deactivated, dispose, getAttributeValueFrom, getErrorMessage, getId, getImage, getMessage, getName, initializeAttributes, initializeFrom, isValid, performApply, setDefaults, setLaunchConfigurationDialogMethods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
getContext, getCurrentLaunchConfiguration, initializeJavaProjectMethods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getShell, getUpdateJobDelay, getWarningMessage, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setMessage, setWarningMessage, updateLaunchConfigurationDialogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
OkToLeaveTab, postApply
-
Constructor Details
-
AppletArgumentsTab
public AppletArgumentsTab()
-
-
Method Details
-
createWorkingDirBlock
protected org.eclipse.debug.ui.WorkingDirectoryBlock createWorkingDirBlock()Description copied from class:JavaArgumentsTabCreates a control to specify a working directory.- Overrides:
createWorkingDirBlockin classJavaArgumentsTab- Returns:
- the new
WorkingDirectoryBlock - See Also:
-
setHelpContextId
protected void setHelpContextId()Description copied from class:JavaArgumentsTabSet the help context id for this launch config tab. Subclasses may override this method.- Overrides:
setHelpContextIdin classJavaArgumentsTab- See Also:
-