com.ibm.etools.systems.launch.ui.remoteexternaltools
Class RemoteProgramRefreshTab
java.lang.Object
AbstractLaunchConfigurationTab
com.ibm.etools.systems.launch.ui.remoteexternaltools.RemoteProgramRefreshTab
- public class RemoteProgramRefreshTab
- extends AbstractLaunchConfigurationTab
- See Also:
- Serialized Form
Field Summary |
static String |
ATTR_REFRESH_SCOPE
String attribute identifying the scope of resources that should be
refreshed after an external tool is run. |
protected boolean |
forBuild
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forBuild
protected boolean forBuild
ATTR_REFRESH_SCOPE
public static final String ATTR_REFRESH_SCOPE
- String attribute identifying the scope of resources that should be
refreshed after an external tool is run. The value is either a refresh
variable or the default value,
null
, indicating no refresh.
RemoteProgramRefreshTab
public RemoteProgramRefreshTab()
RemoteProgramRefreshTab
public RemoteProgramRefreshTab(boolean forBuild)
createControl
public void createControl(Composite parent)
- See Also:
ILaunchConfigurationTab
setDefaults
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
- See Also:
ILaunchConfigurationTab
performApply
public void performApply(ILaunchConfigurationWorkingCopy configuration)
- See Also:
ILaunchConfigurationTab
initializeFrom
public void initializeFrom(ILaunchConfiguration configuration)
- See Also:
ILaunchConfigurationTab
getName
public String getName()
- See Also:
ILaunchConfigurationTab
getImage
public Image getImage()
- See Also:
ILaunchConfigurationTab
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.