Remote Systems
v6.4.1

com.ibm.etools.systems.launch.ui.remoteexternaltools
Class RemoteProgramRefreshTab

java.lang.Object
  extended byAbstractLaunchConfigurationTab
      extended bycom.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
           
 
Constructor Summary
RemoteProgramRefreshTab()
           
RemoteProgramRefreshTab(boolean forBuild)
           
 
Method Summary
 void createControl(Composite parent)
           
 Image getImage()
           
 String getName()
           
 void initializeFrom(ILaunchConfiguration configuration)
           
 void performApply(ILaunchConfigurationWorkingCopy configuration)
           
 void setDefaults(ILaunchConfigurationWorkingCopy configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

RemoteProgramRefreshTab

public RemoteProgramRefreshTab()

RemoteProgramRefreshTab

public RemoteProgramRefreshTab(boolean forBuild)
Method Detail

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

Remote Systems
v6.4.1

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.