org.eclipse.jdt.debug.ui.launchConfigurations
Class JavaArgumentsTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- All Implemented Interfaces:
- org.eclipse.jdt.internal.debug.ui.launcher.IEntriesChangedListener, ILaunchConfigurationTab
- Direct Known Subclasses:
- AppletArgumentsTab
- public class JavaArgumentsTab
- extends org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab
A launch configuration tab that displays and edits program arguments,
VM arguments, and working directory launch configuration attributes.
This class may be instantiated. This class is not intended to be subclassed.
- Since:
- 2.0
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, createCheckButton, createPushButton, createRadioButton, createSeparator, 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 |
fPrgmArgumentsLabel
protected Label fPrgmArgumentsLabel
fPrgmArgumentsText
protected Text fPrgmArgumentsText
fVMArgumentsBlock
protected org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock fVMArgumentsBlock
fWorkingDirectoryBlock
protected org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock fWorkingDirectoryBlock
EMPTY_STRING
protected static final String EMPTY_STRING
- See Also:
- Constant Field Values
JavaArgumentsTab
public JavaArgumentsTab()
createVMArgsBlock
protected org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock createVMArgsBlock()
createWorkingDirBlock
protected org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock createWorkingDirBlock()
createControl
public void createControl(Composite parent)
- See Also:
ILaunchConfigurationTab.createControl(Composite)
setHelpContextId
protected void setHelpContextId()
- Set the help context id for this launch config tab. Subclasses may
override this method.
dispose
public void dispose()
- See Also:
ILaunchConfigurationTab.dispose()
isValid
public boolean isValid(ILaunchConfiguration config)
- See Also:
ILaunchConfigurationTab.isValid(ILaunchConfiguration)
setDefaults
public void setDefaults(ILaunchConfigurationWorkingCopy config)
- Defaults are empty.
- See Also:
ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)
initializeFrom
public void initializeFrom(ILaunchConfiguration configuration)
- See Also:
ILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)
performApply
public void performApply(ILaunchConfigurationWorkingCopy configuration)
- See Also:
ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)
getAttributeValueFrom
protected String getAttributeValueFrom(Text text)
- Retuns the string in the text widget, or
null
if empty.
- Returns:
- text or
null
getName
public String getName()
- See Also:
ILaunchConfigurationTab.getName()
setLaunchConfigurationDialog
public void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
- See Also:
ILaunchConfigurationTab.setLaunchConfigurationDialog(ILaunchConfigurationDialog)
getErrorMessage
public String getErrorMessage()
- See Also:
ILaunchConfigurationTab.getErrorMessage()
getMessage
public String getMessage()
- See Also:
ILaunchConfigurationTab.getMessage()
getImage
public Image getImage()
- See Also:
ILaunchConfigurationTab.getImage()
activated
public void activated(ILaunchConfigurationWorkingCopy workingCopy)
deactivated
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.