updateLaunchConfigurationDialog() Validates the page and updates the buttons and message of the launch configuration dialog.
abstractpublic void
validateTab() Validates the data entered on the tab.
Method Detail
activated
public void activated(ILaunchConfigurationWorkingCopy workingCopy)(Code)
createStartingSpace
protected void createStartingSpace(Composite parent, int span)(Code)
Creates an empty label and hence a space in the tab
Parameters: parent - the parent of the label Parameters: span - the span of the label
deactivated
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)(Code)
isValid
public boolean isValid(ILaunchConfiguration config)(Code)
true if the tab is valid, false otherwise See Also: org.eclipse.debug.ui.ILaunchConfigurationTab.isValid(org.eclipse.debug.core.ILaunchConfiguration)
updateLaunchConfigurationDialog
public void updateLaunchConfigurationDialog()(Code)
Validates the page and updates the buttons and message of the launch configuration dialog.
See Also: org.eclipse.debug.ui.AbstractLaunchConfigurationTab.updateLaunchConfigurationDialog