org.eclipse.ptp.launch.ui
Class ResourcesTab
java.lang.Object
AbstractLaunchConfigurationTab
org.eclipse.ptp.launch.ui.LaunchConfigurationTab
org.eclipse.ptp.launch.ui.ResourcesTab
public class ResourcesTab
- extends LaunchConfigurationTab
The Resources tab is used to specify the resources required for a successful
job launch. It is populated by the selected resource manager (specified in
the Main tab)
|
Field Summary |
static java.lang.String |
TAB_ID
|
|
Method Summary |
boolean |
canSave()
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
java.lang.String |
getId()
|
org.eclipse.swt.graphics.Image |
getImage()
|
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)
|
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
ResourcesTab
public ResourcesTab()
canSave
public boolean canSave()
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
getId
public java.lang.String getId()
getImage
public org.eclipse.swt.graphics.Image getImage()
getName
public java.lang.String getName()
initializeFrom
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
- Overrides:
initializeFrom in class LaunchConfigurationTab
isValid
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration configuration)
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
setLaunchConfigurationDialog
public void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.