org.eclipse.ptp.launch.ui
Class ArgumentsTab
java.lang.Object
AbstractLaunchConfigurationTab
org.eclipse.ptp.launch.ui.LaunchConfigurationTab
org.eclipse.ptp.launch.ui.ArgumentsTab
public class ArgumentsTab
- extends LaunchConfigurationTab
TODO: NEEDS TO BE DOCUMENTED
|
Method Summary |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
java.lang.String |
getErrorMessage()
|
java.lang.String |
getId()
|
org.eclipse.swt.graphics.Image |
getImage()
|
java.lang.String |
getMessage()
|
java.lang.String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Defaults are empty. |
void |
setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
|
| Methods inherited from class org.eclipse.ptp.launch.ui.LaunchConfigurationTab |
createGridLayout, getContainer, getFieldContent, getLaunchConfiguration, getPlatform, getProject, getResource, getResourceManager, getWorkspaceRoot, setLaunchConfiguration, spanGridData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAB_ID
public static final java.lang.String TAB_ID
- Since:
- 4.0
- See Also:
- Constant Field Values
argumentText
protected org.eclipse.swt.widgets.Text argumentText
workingDirectoryBlock
protected WorkingDirectoryBlock workingDirectoryBlock
listener
protected ArgumentsTab.WidgetListener listener
ArgumentsTab
public ArgumentsTab()
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
- See Also:
ILaunchConfigurationTab#createControl(Composite)
getErrorMessage
public java.lang.String getErrorMessage()
- See Also:
org.eclipse.debug.ui.ILaunchConfigurationTab#getErrorMessage()
getId
public java.lang.String getId()
getImage
public org.eclipse.swt.graphics.Image getImage()
- See Also:
ILaunchConfigurationTab#getImage()
getMessage
public java.lang.String getMessage()
- See Also:
org.eclipse.debug.ui.ILaunchConfigurationTab#getMessage()
getName
public java.lang.String getName()
- See Also:
ILaunchConfigurationTab#getName()
initializeFrom
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
- Overrides:
initializeFrom in class LaunchConfigurationTab
- See Also:
ILaunchConfigurationTab#initializeFrom(ILaunchConfiguration)
isValid
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration configuration)
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
- See Also:
ILaunchConfigurationTab#performApply(ILaunchConfigurationWorkingCopy)
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
- Defaults are empty.
- See Also:
ILaunchConfigurationTab#setDefaults(ILaunchConfigurationWorkingCopy)
setLaunchConfigurationDialog
public void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
- See Also:
ILaunchConfigurationTab#setLaunchConfigurationDialog(ILaunchConfigurationDialog)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.