public class ScriptMappingTab
extends AbstractLaunchConfigurationTab
Modifier and Type | Class and Description |
---|---|
protected static class |
TabBase.MessageData
Describes a tab error/warning message.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(Composite parent) |
protected static Composite |
createDefaultComposite(Composite parent) |
org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ScriptMappingTab.Elements |
createElements(Composite parent,
java.lang.Runnable modifyListener) |
protected static GridLayout |
createHtmlStyleGridLayout(int numberOfColumns) |
protected static Composite |
createInnerComposite(Composite parent,
int numColumns) |
java.lang.String |
getName() |
protected PARAMS |
getParams() |
protected org.eclipse.wst.jsdt.chromium.debug.ui.launcher.TabBase.TabFieldList<org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ScriptMappingTab.Elements,org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTabGroup.Params> |
getTabFields() |
void |
initializeFrom(ILaunchConfiguration configuration) |
boolean |
isValid(ILaunchConfiguration config) |
protected TabBase.MessageData |
isValidImpl(ILaunchConfiguration config)
Tries to check whether config is valid and return message or fails with exception.
|
void |
performApply(ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(ILaunchConfigurationWorkingCopy configuration) |
public org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ScriptMappingTab.Elements createElements(Composite parent, java.lang.Runnable modifyListener)
public java.lang.String getName()
protected TabBase.MessageData isValidImpl(ILaunchConfiguration config)
protected org.eclipse.wst.jsdt.chromium.debug.ui.launcher.TabBase.TabFieldList<org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ScriptMappingTab.Elements,org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTabGroup.Params> getTabFields()
protected PARAMS getParams()
public void createControl(Composite parent)
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
public void initializeFrom(ILaunchConfiguration configuration)
public void performApply(ILaunchConfigurationWorkingCopy configuration)
public boolean isValid(ILaunchConfiguration config)
protected static Composite createDefaultComposite(Composite parent)
protected static Composite createInnerComposite(Composite parent, int numColumns)
protected static GridLayout createHtmlStyleGridLayout(int numberOfColumns)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.