public class MavenLaunchExtensionsTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Modifier and Type | Field and Description |
---|---|
private org.eclipse.jface.viewers.CheckboxTableViewer |
checkboxTableViewer |
private java.util.Set<java.lang.String> |
disabledParticipants |
private java.util.List<MavenLaunchParticipantInfo> |
participants |
Constructor and Description |
---|
MavenLaunchExtensionsTab(java.util.List<MavenLaunchParticipantInfo> participants) |
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
java.lang.String |
getName() |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, isValid, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
private java.util.Set<java.lang.String> disabledParticipants
private final java.util.List<MavenLaunchParticipantInfo> participants
private org.eclipse.jface.viewers.CheckboxTableViewer checkboxTableViewer
public MavenLaunchExtensionsTab(java.util.List<MavenLaunchParticipantInfo> participants)
public void createControl(org.eclipse.swt.widgets.Composite parent)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public java.lang.String getName()