PTP
Release 5.0

org.eclipse.ptp.launch.ui
Class ResourcesTab

java.lang.Object
  extended by AbstractLaunchConfigurationTab
      extended by org.eclipse.ptp.launch.ui.LaunchConfigurationTab
          extended by 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 String TAB_ID
           
 
Fields inherited from class org.eclipse.ptp.launch.ui.LaunchConfigurationTab
DEFAULT_VALUE, EMPTY_STRING
 
Constructor Summary
ResourcesTab()
           
 
Method Summary
 boolean canSave()
           
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 String getId()
           
 org.eclipse.swt.graphics.Image getImage()
           
 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
 

Field Detail

TAB_ID

public static final String TAB_ID
Since:
4.0
See Also:
Constant Field Values
Constructor Detail

ResourcesTab

public ResourcesTab()
Method Detail

canSave

public boolean canSave()

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)

getId

public String getId()

getImage

public org.eclipse.swt.graphics.Image getImage()

getName

public 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)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.