public class MainTab extends AbstractLaunchConfigurationTab implements ILaunchConfigurationTab
Constructor and Description |
---|
MainTab() |
Modifier and Type | Method and Description |
---|---|
boolean |
canSave() |
void |
createControl(Composite parent) |
Image |
getImage() |
String |
getMessage() |
String |
getName() |
void |
initializeFrom(ILaunchConfiguration configuration) |
boolean |
isValid(ILaunchConfiguration launchConfig) |
void |
performApply(ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(ILaunchConfigurationWorkingCopy configuration) |
activated, deactivated, dispose, getControl, getErrorMessage, getHelpContextId, getId, getWarningMessage, launched, setHelpContextId, setLaunchConfigurationDialog
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activated, deactivated, dispose, getControl, getErrorMessage, launched, setLaunchConfigurationDialog
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
setDefaults
in interface ILaunchConfigurationTab
public void initializeFrom(ILaunchConfiguration configuration)
initializeFrom
in interface ILaunchConfigurationTab
public void performApply(ILaunchConfigurationWorkingCopy configuration)
performApply
in interface ILaunchConfigurationTab
public boolean isValid(ILaunchConfiguration launchConfig)
isValid
in interface ILaunchConfigurationTab
isValid
in class AbstractLaunchConfigurationTab
public boolean canSave()
canSave
in interface ILaunchConfigurationTab
canSave
in class AbstractLaunchConfigurationTab
public String getMessage()
getMessage
in interface ILaunchConfigurationTab
getMessage
in class AbstractLaunchConfigurationTab
public String getName()
getName
in interface ILaunchConfigurationTab
public void createControl(Composite parent)
createControl
in interface ILaunchConfigurationTab
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab