|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.m2m.atl.core.ui.launch.AdvancedTab
public class AdvancedTab
The "advanced" tab in ATL configurations.
Field Summary | |
---|---|
static java.lang.String |
OPTION_CLEAR
Clears console after each launch. |
static java.lang.String |
OPTION_CONTENT_TYPE
Automatically detect content types for extraction. |
static java.lang.String |
OPTION_DERIVED
Sets generated files as derived. |
Constructor Summary | |
---|---|
AdvancedTab()
|
Method Summary | |
---|---|
boolean |
canSave()
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.swt.graphics.Image |
getImage()
|
java.lang.String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
static void |
messageBox(org.eclipse.swt.widgets.Shell shell,
java.lang.String textToDisplay)
Display a message box with the text in parameter. |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
protected void |
updateLaunchConfigurationDialog()
|
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, isDirty, isValid, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OPTION_DERIVED
public static final java.lang.String OPTION_CLEAR
public static final java.lang.String OPTION_CONTENT_TYPE
Constructor Detail |
---|
public AdvancedTab()
Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
ILaunchConfigurationTab.createControl(org.eclipse.swt.widgets.Composite)
protected void updateLaunchConfigurationDialog()
updateLaunchConfigurationDialog
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.updateLaunchConfigurationDialog()
public java.lang.String getName()
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
ILaunchConfigurationTab.initializeFrom(org.eclipse.debug.core.ILaunchConfiguration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
public boolean canSave()
canSave
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
canSave
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.canSave()
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getImage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.getImage()
public static void messageBox(org.eclipse.swt.widgets.Shell shell, java.lang.String textToDisplay)
shell
- shelltextToDisplay
- the message
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |